shenqq377 / Q-Net

Python codes to implement Q-Net, a meta-learning method for few shot medical image segmentation
https://arxiv.org/abs/2208.11451
38 stars 5 forks source link

Configuration parameter issues for Setup 2. #10

Closed 1islist closed 9 months ago

1islist commented 9 months ago

I would like to ask about setup 2, what are the configuration parameters that need to be changed besides changing alpha = [0.6, 0.4]?

shenqq377 commented 9 months ago

The parameter alpha is related to multi-scale path, you could change it in the code "config.py". And please also refer the code "models/fewshot.py" for the usage.