Open yu-rp opened 2 years ago
try passing it as an argument directly
--gpus 0, \
try passing it as an argument directly
--gpus 0, \
Why does this work? Is there an intuitive explanation? How can we make it variable?
I'm not sure why the above hack somewhat works.
But I now know the true culprit. It's the typo made by pokemon finetune code.
$NUM_GPUS
in the 2nd cell should be $N_GPUS
instead.
Dear author,
I am running the pokemon_finetune.ipynb with the following setting.
I run the python main.py code block
I got an error saying that
Could you please let me know why?