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
I'm attempting to train a unet model, and am getting this error:
Traceback (most recent call last):
File "/home/kseg/keras_segmentation/train.py", line 4, in <module>
from .data_utils.data_loader import image_segmentation_generator, \
ImportError: attempted relative import with no known parent package
I suspect this is linked to python version. I am using 3.9. Anyone have any pointers?
The text was updated successfully, but these errors were encountered:
I'm attempting to train a unet model, and am getting this error:
I suspect this is linked to python version. I am using 3.9. Anyone have any pointers?
The text was updated successfully, but these errors were encountered: