ChongQingNoSubway / SelfReg-UNet

Code for the paper "SelfReg-UNet: Self-Regularized UNet for Medical Image Segmentation "
MIT License
36 stars 5 forks source link

cannot import "get_config()" from "config" #4

Closed juliadietlmeier closed 3 months ago

juliadietlmeier commented 3 months ago

Hi, thank you for your work. I am trying to train on Synapse dataset but having difficulty with one of the required packages. ImportError: cannot import name 'get_config' from 'config' (/home/.conda/envs/sigpy_env/lib/python3.9/site-packages/config/init.py). Is there a certain "config" version that I need to install? Just installing with "pip install config" does not work. Thank you!

xiwenc1 commented 3 months ago

Hi, it seems we missed some files, and after we uploaded them, this error should be fixed now.