VahidooX / DeepCCA

An implementation of Deep Canonical Correlation Analysis (DCCA or Deep CCA) with Keras.
MIT License
246 stars 77 forks source link

ModuleNotFoundError: No module named 'keras.utils.data_utils' #20

Open coding-dallas opened 10 months ago

coding-dallas commented 10 months ago

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'