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

Steps to run the code #5

Open
paragon1234 opened this issue Nov 4, 2021 · 4 comments
Open

Steps to run the code #5

paragon1234 opened this issue Nov 4, 2021 · 4 comments

Comments

@paragon1234
Copy link

paragon1234 commented Nov 4, 2021

Thank you for sharing the wonderful code. can you please elaborate on the steps to execute the code. I have downloaded the dataset. Where to place it? Any scripts to run on dataset before training? command prompt to train?

@paragon1234
Copy link
Author

I have figured out something:
python mains.py


Traceback (most recent call last):
  File "mains.py", line 306, in <module>
    main()
  File "mains.py", line 67, in main
    print(args.gpus)
AttributeError: 'Namespace' object has no attribute 'gpus'

@swuxyj
Copy link

swuxyj commented Apr 30, 2022

python main.py train

@12Alyssa
Copy link

Hello, I have arrived at the exact same problem. Have you found the solution to this problem?

@z4545xy
Copy link

z4545xy commented May 16, 2024

我想通了一些东西:python mains.py


Traceback (most recent call last):
  File "mains.py", line 306, in <module>
    main()
  File "mains.py", line 67, in main
    print(args.gpus)
AttributeError: 'Namespace' object has no attribute 'gpus'
```怎么解决该问题呀?可以分享一下吗?谢谢

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

4 participants