You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! First of all, thank you for making your project available, it is fantastic :)
I have encountered an issue though: from train_baseline import get_files_redistribution, get_val_WSI_loader grants me a "ModuleNotFoundError: No module named 'train_baseline'". This import is happening on "train_CDMA_Plus.py", and I believe train_baseline is a .py file that has these functions, am I correct? Unfortunately, even browsing through your former commits I could not find it, and I'm pretty sure it's not a python package either. Could you help me with that? Thank you!
The text was updated successfully, but these errors were encountered:
Hello! First of all, thank you for making your project available, it is fantastic :)
I have encountered an issue though: from train_baseline import get_files_redistribution, get_val_WSI_loader grants me a "ModuleNotFoundError: No module named 'train_baseline'". This import is happening on "train_CDMA_Plus.py", and I believe train_baseline is a .py file that has these functions, am I correct? Unfortunately, even browsing through your former commits I could not find it, and I'm pretty sure it's not a python package either. Could you help me with that? Thank you!
The text was updated successfully, but these errors were encountered: