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
"data" np.ndarray doesn't accepts "string" types 'x_train_full' as index.
Wrong syntax basically in the source.
You have pass indexes of the types given in the error-message.
Or try to load "data" as dictionary instead of array.
Hello,
I was trying to reproduce your code using a custom data set (attached below)
10.csv
I have made changes to the values of some flags in train.py (file attached below)
train.txt
I ran the following python script
!CUDA_VISIBLE_DEVICES=* python train.py --model_type gp-vae --data_type 10
Here I'm getting the following error
Please help on the following error.
Thank you
The text was updated successfully, but these errors were encountered: