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... |
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. |
0 replies
|
That was simply the data creation... |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
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
All reactions