-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi I have a questions about experiments #1
Comments
I'm glad you're interested in my research. |
We can communicate by email ([email protected]). |
I have identified the factors that cause model instability: FractionalMax pooling, Squash function, random seeds, BatchSize, etc., and have overcome these flaws. I will post the code when the paper on FixCaps-V2 is published. |
I make a sense your explanation
Very thank you for your careful explanation
2022년 11월 30일 (수) 오후 8:33, Woodman718 ***@***.***>님이 작성:
… I have identified the factors that cause model instability: FractionalMax
pooling, Squash function, random seeds, BatchSize, etc., and have overcome
these flaws. I will post the code when the paper on FixCaps-V2 is published.
—
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASHBKDUAWI7MS5HEGTZEFKLWK43QRANCNFSM6AAAAAARXZISJM>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
--
|
Hey can i get tensorflow version of fixcaps model? |
Sorry, we currently have no plans to provide a TF version. |
First, Thanks for good research and i'm interested in skin cancer lession classification task.
So i want try reproduce your experiments but i only got 94% accuracy on HAM10000 dataset.
I execute 01_Skin_Distinction.ipynb, 02_Aug_img.ipynb, 03_Svd_Blend.ipynb to make datasets and i make 54292 images to train and 828 images to validation.
And i use FixCaps_HAM_24.ipynb to train and validate FixCaps model but I got 94% accuracy.
Is there any train methods or I did some mistakes?
And another question is about random seed.
I tried to fix seeds to use
np.random.seed(10)
torch.manual_seed(10)
torch.cuda.manual_seed(10)
these three codes but i can't fix result.
Is there any other methods?
Thank you
The text was updated successfully, but these errors were encountered: