Open timxzz opened 4 years ago
I had a look, and found out that the problem exists in openkiwi 0.1.2. It has been fixed in the latest openkiwi release 0.1.3. The simple fix for this tutorial is to change the openkiwi version in requirements.txt
file from 0.1.2
to 0.1.3
, which has been done in the pull request #6 .
Hi,
I was trying to follow the tutorial in the notebook. When I change the yaml config
gpu-id: -1
togpu-id: 0
which should enable GPU training, an error occured. Following are the log output and the error info:Thanks! Tim