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 am getting the following error. can someone help me to resolve the issue
Traceback (most recent call last):
File "/home2/anuprabha.m/kesav/DeepCCA/DeepCCA.py", line 10, in
from utils import load_data, svm_classify
File "/home2/anuprabha.m/kesav/DeepCCA/utils.py", line 6, in
from keras.utils.data_utils import get_file
ModuleNotFoundError: No module named 'keras.utils.data_utils'
The text was updated successfully, but these errors were encountered:
I am getting the following error. can someone help me to resolve the issue
Traceback (most recent call last):
File "/home2/anuprabha.m/kesav/DeepCCA/DeepCCA.py", line 10, in
from utils import load_data, svm_classify
File "/home2/anuprabha.m/kesav/DeepCCA/utils.py", line 6, in
from keras.utils.data_utils import get_file
ModuleNotFoundError: No module named 'keras.utils.data_utils'
The text was updated successfully, but these errors were encountered: