You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to clojure-cortex
Hi,
I cannot find a way to limit the number of epochs during CNN training. The only way I can stop training right now is by killing the process. Is there a way to add a limited number of epochs as an argument?
Harold
unread,
Nov 2, 2017, 12:35:04 PM11/2/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to clojure-cortex
Hello,
Thanks for your interest and question.
If you're using the experiment framework, then `epoch-count` is a parameter to the `train-n` function:
If you're calling `execute/train` directly, you'll need to manage quitting after a number of epochs yourself, here is how the experiment framework does it: