Yu'ang Tong

Results 4 comments of Yu'ang Tong

> RTX 2080 Ti has only 11GB of memory. This is not much but would be enough if one uses small enough batch size (16, 32, or 64). What's the...

Now I have changed the version of torch to 0.4.1, and python 3.6 as the instruction goes. Now the error has changed: ` File "train.py", line 332, in │ main()...

> I'm also using a 2080 TI and have no issues. But the gpu has some problems with pytorch for cuda version after 10. Did you try to run other...

Solved. When you have more than one cudas, you must choose a certain one to run the code. use: `devices = 'cuda:0' if ......` instead of: `devices = 'cuda' if...