Closed transfluxus closed 6 years ago
Hi transfluxus, Thanks for the report, the error and typos are fixed in the current commit! Please let me know if you encounter any other bugs. :)
[CUDA_VISIBLE_DEVICES=<device_id>]
is optional, if you have multiple GPUs, set this flag to use a specific one. For example if you have 4 GPUs (and their ids = 0,1,2,3
), you could use CUDA_VISIBLE_DEVICES=1
, to choose the second one.
Tzu-Ray
Hey, the readme reads great. I tried but ran into an error that is pops up 4 times:
Process Process-1:1:
-Process Process-4:1:
complaining about the shape. The second time it sayscould not broadcast input array from shape (80,12) into shape (80,22)
the other timesValueError: could not broadcast input array from shape (100,12) into shape (100,22)
With that I have another question and a note: What does
[CUDA_VISIBLE_DEVICES=<device_id>]
for? what would I need to write for example?also, there is a type. It says
neagative
instead ofnegative
. keep it up. looks great!