You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'.
@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.
Hello Simon,
I get this error when i make changes you made.
The text was updated successfully, but these errors were encountered: