-
Notifications
You must be signed in to change notification settings - Fork 131
Can you tell me the reason for randomness? #30
Comments
i think the randomness is caused by the usage of nondeterministic-algorithms , which means even you set all the random seed ,the result will still have some randomness. check it out by add |
btw,have you try to submit the test result to eval AI ? how is the outcome? i try to submit it result using the pretrained model provided by the author and my own training result , it turns out very bad.... |
Thank you for you answer. I'll check it later. |
I recently obtained the h5 file using the pretrained model provided by the author, but the results are much worse than what the author described in the paper. Do you know the reason? Thank you |
Hello, Thanks for your nice project.
I tried to train the model several times without code editing, then I found that the difference in performance of each trial was quite large.
There is no big difference when testing multiple times with one checkpoint, so randomness seems to occur during the learning process.
Do you have any idea what could be the reason?
Thank you!
The text was updated successfully, but these errors were encountered: