-
Notifications
You must be signed in to change notification settings - Fork 199
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
script to plot CER from training logfile #203
Conversation
CER Data was extracted as follows:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great, but can you maybe add the documentation how this is to be used into the README, including how you ran the training process with |tee -a LAYER.log
?
@kba I have added the info about how to run this in README.
LAYER training is NOT currently supported by Makefile. I had used logfile from an independently run `replace top layer training'. I used the sample set provided in this repo and ran training from scratch as well as with START-MODEL. Those plots look a bit different. See below. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you.
as suggested in #200 (comment)