Test-only parameter for model finetuning #1705
hanshupe007
started this conversation in
General
Replies: 1 comment 3 replies
-
Hi @hanshupe007 👋,
So for |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am running the command below to get the baseline before I start fine-tuning the model and was hoping the --test-only parameter is exactly doing that. The result is 0% accurate predictions: Validation loss: 26.6137 (Exact: 0.00% | Partial: 0.00%)
My test samples are just basic words, fine-tuning is slowly increasing the accuracy. So I am wondering what could be a reason for the poor result?
python references/recognition/train_pytorch.py crnn_vgg16_bn --train_path path/to/your/train_set --val_path path/to/your/val_set --epochs 5 --device 0 --pretrained --test-only
Beta Was this translation helpful? Give feedback.
All reactions