Skip to content
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

The code does not match the implementation details in the paper #8

Open
wwh13843218306 opened this issue Jul 26, 2024 · 3 comments
Open

Comments

@wwh13843218306
Copy link

The paper mentions the feature channel dimensions are [16,32,64,128], in reality on the OCT dataset your code is [64, 64, 64, 64]。And you didn't mention the part about ANET and AENET in the paper.

@HongzhengYang
Copy link
Collaborator

AENET is for ATTA method. For the feature channels, do you mean the feature dimension for the UNET block ?

@wwh13843218306
Copy link
Author

AENET用于ATTA方法。对于特征通道,您的意思是 UNET 块的特征维度吗?

Yes, I found that unet's feature dimensions don't match the paper。
Did I misunderstand something?

@HongzhengYang
Copy link
Collaborator

Hi, I think you can modify the unet_dims argument to match the feature channels dimension. Or you can directly use the default configuration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants