-
Notifications
You must be signed in to change notification settings - Fork 14
When is my model fully trained? #71
Description
Hello again Ludvig,
I got XFuse running on the supercomputer (thanks for the help!!).
There is a time limit of 24 hrs on the GPU node, so I stopped and restarted a few times during the first part (100k epochs), but managed to run it entirely in about 3-4 full days.
Then at the end he started to make the gene_maps, but I just didnt make it in time, the gene_maps for the last 2000 or so genes were not created - the process was aborted due to time-out.
So my question is: is my model already fully trained? Or does this gene_maps script needs to be fully executed, maybe even a follow-on script that needs to be ran?
Or is the gene_maps just a script that is ran AFTER the model is built. If so; how can I run it separately?
Thank you for your support
Nicolaas