yangxuntu / SGAE

220 stars 48 forks source link

17/5000 Hello, I had a problem during the training #21

Closed applegirls250 closed 4 years ago

applegirls250 commented 4 years ago

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'