Multiple output for 1 epoch #207
kfoynt
started this conversation in
MAG240M-LSC
Replies: 3 comments 3 replies
-
I think it's easier to visualize the slurm output as following. I'm experiencing the same issue...
|
Beta Was this translation helpful? Give feedback.
2 replies
-
Alright, that is weird. I used the baseline code on the small mag dataset. @weihua916 I am getting the output that you mentioned. |
Beta Was this translation helpful? Give feedback.
0 replies
-
That was simply the data creation... |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I've set
parser.add_argument('--epochs', type=int, default=1)
in the baseline.
However, it seems from the output (see attached .txt) that train.fit does more than 1 epoch?
Any ideas what are the extra calculations that are done?
slurm-19341562.txt
Beta Was this translation helpful? Give feedback.
All reactions