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

Typeerror #8

Open
faraperu opened this issue Oct 5, 2020 · 3 comments
Open

Typeerror #8

faraperu opened this issue Oct 5, 2020 · 3 comments

Comments

@faraperu
Copy link

faraperu commented Oct 5, 2020

Hello Simon,
I get this error when i make changes you made.
image

@Maneeshmohan1
Copy link
Contributor

in the source code he has written code for the multiple gpu's so it won't work in the single gpu.

@simongraham
Copy link
Owner

Hi @Maneeshmohan1 - the code should work for a single GPU as long as you provide only one GPU in a string. For example, python train.py --gpu='0' will run on GPU '0' and python train.py --gpu='0,1' will run on GPUs '0' and '1'.

@simongraham
Copy link
Owner

@faraperu did you test with a recent version? Try and pull down the latest update to see if you still get that error. You can see that we now use alpha_list so that the terminology is in line with our paper.

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

3 participants