DeepCCA
DeepCCA copied to clipboard
An implementation of Deep Canonical Correlation Analysis (DCCA or Deep CCA) with Keras.
Hi: I took the code from GitHub and ran it in an Anaconda environment that has Keras 2.4.2 installed and ran into the following error: runfile('M:/mypython/DeepCCA-master/DeepCCA.py', wdir='M:/mypython/DeepCCA-master') Reloaded modules: utils,...
Hi, I was working on a PyTorch version of your keras code of the cca loss. I was using a deep network to get features from X1, which gives me...
Hello :) I hope you are doing well. I'm getting this error: ``` keep_dims is deprecated, use keepdims instead Traceback (most recent call last): File "./DeepCCA.py", line 153, in learning_rate,...
Hi~ It's an amazingly succinct code and it works well. But I'm wandering what's the reason for just use one eigenvalue and how can this method improve the stability?
Hi Vahid, Hope you are doing well. I was wondering if you also have DCCAE implementation ( I saw that you referenced it in the main page). Thank you very...
Traceback (most recent call last): File "DeepCCA.py", line 153, in learning_rate, reg_par, outdim_size, use_all_singular_values) File "/Users/gehuibin/Desktop/DeepCCA-master/models.py", line 22, in create_model model.compile(loss=cca_loss(outdim_size, use_all_singular_values), optimizer=model_optimizer) File "/Users/gehuibin/anaconda3/lib/python3.6/site-packages/keras/models.py", line 781, in compile **kwargs)...
Dear Vahid Noroozi! Thanks for the code - very useful! I'm interested in hearing your opinion on the optimization of the network. You say that your implementation differs from the...
May I know which version of keras has been used. I would be great if I could get an earnest reply. I get different error with different versions.
loading data ... loading data ... Traceback (most recent call last): File "DeepCCA.py", line 153, in learning_rate, reg_par, outdim_size, use_all_singular_values) File "X:\TestData\DeepCCA\models.py", line 15, in create_model view1_model = build_mlp_net(layer_sizes1, input_size1,...