kukby

Results 4 comments of kukby

@ZTao-z I try this method. But when i change dataset = data.image.Image(args.data_path) into dataset = data.image.Image(args). I meet a problem AttributeError: 'Namespace' object has no attribute 'num_workers' Do you have...

> > I add it but it still has the same error :( > > you should add it in search_args.py Thank to your suggest! But i am still not...

I have meet the same problem did you solved?

Traceback (most recent call last): File "train_autodeeplab.py", line 332, in main() File "train_autodeeplab.py", line 321, in main trainer = Trainer(args) File "train_autodeeplab.py", line 47, in __init__ self.train_loaderA, self.train_loaderB, self.val_loader, self.test_loader,...