-
Notifications
You must be signed in to change notification settings - Fork 139
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
is the last model saved when training fixed length? #654
Comments
On 24/11/01 01:59AM, Daniel Stoekl wrote:
When I launch
$ketos segtrain -o X -i Y -q fixed -N 200 --workers 10 -t A -e B -f xml --topline -d cuda:0
the last lines look like this. 199 is repeated. There is no model 200. Is this just the python numbering starting with 0, so model 199 is model 200? But then why does 199 have two eval rows pls?
Are you sure you didn't press enter or anything to cause the progress
bar redraw? It shouldn't run the terminal epoch twice obviously.
|
yes, it always happens. |
I just had a similar weird issue in recognition mode:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I launch
$ketos segtrain -o X -i Y -q fixed -N 200 --workers 10 -t A -e B -f xml --topline -d cuda:0
the last lines look like this. 199 is repeated. There is no model 200. Is this just the python numbering starting with 0, so model 199 is model 200? But then why does 199 have two eval rows pls?
The text was updated successfully, but these errors were encountered: