Open GMXela opened 3 years ago
Download these codes & datasets as given. Open the terminal in the root directory of this repo (containing test.py). Type the above command in the terminal & testing will begin.
PS - If you do not have GPU on your machine, you can just remove the "CUDA_VISIBLE_DEVICES=0" from the command and run the rest, i.e., "python3 test.py --eval_data data_lmdb_release/evaluation --benchmark_all_eval --Transformation No..."
I'm beginner in AI world, I'm trying to learn how to train my own model with this example but, i don't understand where am i supposed to use and write these codes ? " CUDA_VISIBLE_DEVICES=0 python3 test.py \ --eval_data data_lmdb_release/evaluation --benchmark_all_eval \ --Transformation None --FeatureExtraction VGG --SequenceModeling BiLSTM --Prediction CTC \ --saved_model saved_models/None-VGG-BiLSTM-CTC-Seed1111/best_accuracy.pth ..."
I use Pycharm, never tried Cuda. (I understand CPU, GPU but I don't understand how and where to use these codes..)
Thanks you sooo very much guys!!