Skip to content
Snippets Groups Projects
Commit 7b2d88f7 authored by Frisinghelli Daniel's avatar Frisinghelli Daniel
Browse files

Increase number of epochs for training over the weekend

parent 5bde8f08
No related branches found
No related tags found
No related merge requests found
......@@ -82,7 +82,7 @@ kwargs = {'kernel_size': 3, # the size of the convolving kernel
# define the number of epochs: the number of iterations over the whole training
# dataset
epochs = 50
epochs = 1000
# define the number of threads
nthreads = os.cpu_count()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment