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
Thanks for sharing your code.
When I tried to use the given requirements, there were some problems occurs.
I managed to train with these version:
numpy: 1.18.5
tensorflow-gpu: 2.3.0
keras: 2.4.3
segmentation-models: 1.0.1
CUDA Version 10.1.243
you can use this images to get all these environments:
docker pull smitharauco/tensorflow2.3gpu
After using these environments, you should insert one line of code in model.py
from keras.utils import generic_utils
before:
import segmentation_models as sm
The text was updated successfully, but these errors were encountered:
Thanks for sharing your code.
When I tried to use the given requirements, there were some problems occurs.
I managed to train with these version:
numpy: 1.18.5
tensorflow-gpu: 2.3.0
keras: 2.4.3
segmentation-models: 1.0.1
CUDA Version 10.1.243
you can use this images to get all these environments:
docker pull smitharauco/tensorflow2.3gpu
After using these environments, you should insert one line of code in model.py
from keras.utils import generic_utils
before:
import segmentation_models as sm
The text was updated successfully, but these errors were encountered: