Skip to content

Same outputs after model.eval() in EfficientNet 3d model. #2895

Discussion options

You must be logged in to vote

Hi @HyeonhoonLee , since I did not have your dataset, I used a MedMNIST 3D dataset (https://github.com/MedMNIST/MedMNIST) to do the test.
I found that the convergence speed for efficientnet-b1 is very slow compared with resnet10, it may be the reason that you detected same valid probabilties for different input samples.
I've uploaded the script for my test, can you please take a look at it?
If setting total_epochs = 1 in the script, you will see same predictions via print(val_outputs), else if setting total_epochs=100, you will see the predictions are different.

test_3d.ipynb.zip

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@HyeonhoonLee
Comment options

HyeonhoonLee Sep 6, 2021
Collaborator Author

Comment options

You must be logged in to vote
1 reply
@HyeonhoonLee
Comment options

HyeonhoonLee Sep 6, 2021
Collaborator Author

Answer selected by HyeonhoonLee
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants