Closed whisperzh closed 4 years ago
I assume that your problem is that the training was not utilizing your GPU.
The following aspects are important to ensure that you use your GPU:
Install Tensorflow which supports GPU:
pip install tensorflow-gpu==1.14.0
Specify the GPU to be used during the training:
CUDA_VISIBLE_DEVICES=1 python train.py MODEL_NAME EPOCHS DATA_DIR N_INPUT ENCODE DIM
Hope that helps. If it does not - please provide more details about your issue.
OK, i understand how to do, THANK U for helping me. And i am still dealing with my environment, since i doesn't have CUDA. I'll let you know as soon as it works . Again Thank you!!
I close this issue due to inactivity
I successfully get the samples trained, but it seems that i was using my intergrated graphic card. Could you help me