13/5000
When I was training, I made a mistake,I hope you can give me some Suggestions
The following is the error report:
Traceback (most recent call last):
File "train_mem.py", line 367, in
train(opt)
File "train_mem.py", line 39, in train
loader = DataLoader(opt)
File "E:\SGAE-master\dataloader_extend.py", line 121, in init
self._prefetch_process[split] = BlobFetcher(split, self, split=='train')
File "E:\SGAE-master\dataloader_extend.py", line 386, in init
x1 = data.DataLoader(dataset=self.dataloader,
AttributeError: 'BlobFetcher' object has no attribute 'dataloader'
13/5000
When I was training, I made a mistake,I hope you can give me some Suggestions The following is the error report:
Traceback (most recent call last): File "train_mem.py", line 367, in
train(opt)
File "train_mem.py", line 39, in train
loader = DataLoader(opt)
File "E:\SGAE-master\dataloader_extend.py", line 121, in init
self._prefetch_process[split] = BlobFetcher(split, self, split=='train')
File "E:\SGAE-master\dataloader_extend.py", line 386, in init
x1 = data.DataLoader(dataset=self.dataloader,
AttributeError: 'BlobFetcher' object has no attribute 'dataloader'