You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I followed your steps in running the DistMult. I got this error
File "src/main.py", line 182, in
main(args)
File "src/main.py", line 83, in main
train_batcher = StreamBatcher(args.data, 'train', args.batch_size, randomize=True, keys=input_keys, loader_threads=args.loader_threads)
File ".....HNE/Model/DistMult/src/spodernet/spodernet/preprocessing/batching.py", line 217, in init
log.error('Path {0} does not exists! Have you forgotten to preprocess your dataset?', config_path)
File "....HNE/Model/DistMult/src/spodernet/spodernet/utils/logger.py", line 106, in error
raise Exception(message.format(*args))
Exception: Path ...../.data/PubMed/train/hdf5_config.pkl does not exists! Have you forgotten to preprocess your dataset?
Exception ignored in: <bound method StreamBatcher.del of <spodernet.preprocessing.batching.StreamBatcher object at 0x7f4869e3b5c0>>
Traceback (most recent call last):
File ".....HNE/Model/DistMult/src/spodernet/spodernet/preprocessing/batching.py", line 268, in del
for worker in self.loaders:
AttributeError: 'StreamBatcher' object has no attribute 'loaders'
The text was updated successfully, but these errors were encountered:
Hi,
I followed your steps in running the DistMult. I got this error
File "src/main.py", line 182, in
main(args)
File "src/main.py", line 83, in main
train_batcher = StreamBatcher(args.data, 'train', args.batch_size, randomize=True, keys=input_keys, loader_threads=args.loader_threads)
File ".....HNE/Model/DistMult/src/spodernet/spodernet/preprocessing/batching.py", line 217, in init
log.error('Path {0} does not exists! Have you forgotten to preprocess your dataset?', config_path)
File "....HNE/Model/DistMult/src/spodernet/spodernet/utils/logger.py", line 106, in error
raise Exception(message.format(*args))
Exception: Path ...../.data/PubMed/train/hdf5_config.pkl does not exists! Have you forgotten to preprocess your dataset?
Exception ignored in: <bound method StreamBatcher.del of <spodernet.preprocessing.batching.StreamBatcher object at 0x7f4869e3b5c0>>
Traceback (most recent call last):
File ".....HNE/Model/DistMult/src/spodernet/spodernet/preprocessing/batching.py", line 268, in del
for worker in self.loaders:
AttributeError: 'StreamBatcher' object has no attribute 'loaders'
The text was updated successfully, but these errors were encountered: