Hi..
i have 2 Qst:
The first is: what should we expect after running this command:
python3 train.py --input data/imdb_db.mat
because it took a lot of time without giving any output.
the seconde one is: i ran this command 3 days ago and it's still running..
knowingly that our computer RAM & CPU are suitable!
I recommend to use a GPU in training.
You might be able to use GPU with Google Colaboratory.
In training, it might be better to use ADAM optimizer using the following arguments --opt adam --lr 0.001.
Hi.. i have 2 Qst: The first is: what should we expect after running this command:
python3 train.py --input data/imdb_db.mat
because it took a lot of time without giving any output.the seconde one is: i ran this command 3 days ago and it's still running.. knowingly that our computer RAM & CPU are suitable!