chunmeifeng / MTrans

【IEEE TMI 2022】Accelerated Multi-Modal MR Imaging with Transformers
69 stars 14 forks source link

ModuleNotFoundError #3

Open massica17 opened 1 year ago

massica17 commented 1 year ago

from .contrast_model.unet import build_model as UNET from .contrast_model.unet_multi import build_model as UNETMULTI

from .contrast_model.mcsr import build_model as MCSR from .contrast_model.edsr import build_model as EDSR

ModuleNotFoundError: No module named 'models.contrast_model'

I can not find these modules in project,can you help me?

chunmeifeng commented 1 year ago

Hi Yunlu,

Please guide him to find these modules.

Best Chunmei

massica17 @.***> 于2022年7月27日周三 02:57写道:

from .contrast_model.unet import build_model as UNET from .contrast_model.unet_multi import build_model as UNETMULTI

from .contrast_model.mcsr import build_model as MCSR from .contrast_model.edsr import build_model as EDSR

ModuleNotFoundError: No module named 'models.contrast_model'

I can not find these modules in project,can you help me?

— Reply to this email directly, view it on GitHub https://github.com/chunmeifeng/MTrans/issues/3, or unsubscribe https://github.com/notifications/unsubscribe-auth/AR75XN7HBBNBOQKDUOVBJGDVWCCQBANCNFSM54XZVCFA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

zn264 commented 1 year ago

I have the same problem.Could you tell me how to solve this problem?

logan-mo commented 1 year ago

@chunmeifeng Hi Ma'am. I have encountered the same issue and have no idea what the module .contrast_model is referring to. Any guide in this regard would be extremely helpful!

chunmeifeng commented 1 year ago

Hi yunlu, pls help him to solve this problem

Muhamad Luqman @.***> 于2022年10月1日周六 16:03写道:

@chunmeifeng https://github.com/chunmeifeng Hi Ma'am. I have encountered the same issue and have no idea what the module .contrast_model is referring to. Any guide in this regard would be extremely helpful!

— Reply to this email directly, view it on GitHub https://github.com/chunmeifeng/MTrans/issues/3#issuecomment-1264283448, or unsubscribe https://github.com/notifications/unsubscribe-auth/AR75XN6FE3XBBPTP6VPIK2TWA7V53ANCNFSM54XZVCFA . You are receiving this because you were mentioned.Message ID: @.***>

logan-mo commented 1 year ago

@chunmeifeng Thank you very much for the response. But Yunlu has not responded to this or any of the previous queries. If you'd please be so kind as to add the contrast_model.py file to the repository, that'd be really great.

XiaoMengLiLiLi commented 1 year ago

from .contrast_model.unet import build_model as UNET from .contrast_model.unet_multi import build_model as UNETMULTI

from .contrast_model.mcsr import build_model as MCSR from .contrast_model.edsr import build_model as EDSR

ModuleNotFoundError: No module named 'models.contrast_model'

I can not find these modules in project,can you help me?

6767qiqi commented 9 months ago

from .contrast_model.unet import build_model as UNET from .contrast_model.unet_multi import build_model as UNETMULTI

from .contrast_model.mcsr import build_model as MCSR from .contrast_model.edsr import build_model as EDSR

ModuleNotFoundError: No module named 'models.contrast_model'

I can not find these modules in project,can you help me?

IAMJackYan commented 9 months ago

This is a comparative baseline, i.e., UNet with channel-wise multi-modal fusion. Since it has been a long time, I can't find the files here. Could you implement this network based on the paper?