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
File "C:\Users\germa\github\predict.py", line 7, in
from model import Unet_model
File "C:\Users\germa\github\model.py", line 4, in
from keras.layers.advanced_activations import PReLU
ModuleNotFoundError: No module named 'keras.layers.advanced_activations'
what can I do?
The text was updated successfully, but these errors were encountered:
Hi, how can I predict a mask on my own dataset?
if I run " python predict.py " it gives me:
File "C:\Users\germa\github\predict.py", line 7, in
from model import Unet_model
File "C:\Users\germa\github\model.py", line 4, in
from keras.layers.advanced_activations import PReLU
ModuleNotFoundError: No module named 'keras.layers.advanced_activations'
what can I do?
The text was updated successfully, but these errors were encountered: