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
Hi, as I'm trying to run the code, it shows me this message "'Tensor' object has no attribute 'T'" on line 19 file objectives_mcca.py. This is the method call for y_pred, which is a tensor object (<class 'tensorflow.python.framework.ops.Tensor'>), and the corresponding code is "y_pred.T". Do you mean the transpose of y_pred or something else?
The text was updated successfully, but these errors were encountered:
Hi, as I'm trying to run the code, it shows me this message "'Tensor' object has no attribute 'T'" on line 19 file objectives_mcca.py. This is the method call for y_pred, which is a tensor object (<class 'tensorflow.python.framework.ops.Tensor'>), and the corresponding code is "y_pred.T". Do you mean the transpose of y_pred or something else?
The text was updated successfully, but these errors were encountered: