Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AttributeError: 'Namespace' object has no attribute 'dist' #91

Open
pawopawo opened this issue Jan 23, 2020 · 5 comments
Open

AttributeError: 'Namespace' object has no attribute 'dist' #91

pawopawo opened this issue Jan 23, 2020 · 5 comments

Comments

@pawopawo
Copy link

pawopawo commented Jan 23, 2020

AttributeError: 'Namespace' object has no attribute 'dist' when runCUDA_VISIBLE_DEVICES=0 python3 train_autodeeplab.py --dataset cityscapes

@kukby
Copy link

kukby commented Mar 11, 2020

I have meet the same problem did you solved?

@kukby
Copy link

kukby commented Mar 11, 2020

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, self.nclass = make_data_loader(args, **kwargs)
File "/root/AutoML-new_master/dataloaders/init.py", line 7, in make_data_loader
if args.dist:
AttributeError: 'Namespace' object has no attribute 'dist'

@adityalokesh
Copy link

Facing the same issue is it because the dateset is not loaded correctly or some path issue in mypath.py ? did any one solve this issue pls help !

@cardwing
Copy link

Please have a look at this issue.

@mingfengHuang
Copy link

@kukby Have you solved the problem?Please help!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants