Closed zaidalyafeai closed 2 years ago
I was trying to run the code on colab pro, I had to change the code to set ngpu = 1 but after that when I run main.py it runs until Setting up LambdaLR scheduler... then it just finishes, any idea what is going on?
ngpu = 1
main.py
Setting up LambdaLR scheduler...
Probably just runs out of memory, if you see ^C that's the reason.
^C
I was trying to run the code on colab pro, I had to change the code to set
ngpu = 1
but after that when I runmain.py
it runs untilSetting up LambdaLR scheduler...
then it just finishes, any idea what is going on?