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'
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'