Open muhammetfaik opened 4 years ago
@bedapudi6788 : I am running txt2txt on a large corpus for punctuation correction. But the process is running on CPU's. On checking GPU usage (nvidia-smi), I can see that some memory is allocated to GPU's but their usage is 0%. Did I miss anything? Please guide.
Check if tensorflow can use gpu.
@bedapudi6788 : Thank you for the response. I have now installed tensflow-gpu and can see 1 gpu being used. Any idea how to use all the GPU's?
All this information is a trivial google search away. I am happy to help if there are any problems with txt2txt.
EDIT: https://datascience.stackexchange.com/questions/23895/multi-gpu-in-keras
It's my issue:https://github.com/tensorflow/tensorflow/issues/37054