Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Trying to reproduce the code for custom dataset #18

Open
Niharikajo opened this issue Mar 26, 2022 · 2 comments
Open

Trying to reproduce the code for custom dataset #18

Niharikajo opened this issue Mar 26, 2022 · 2 comments

Comments

@Niharikajo
Copy link

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
image

Please help on the following error.

Thank you

@mayavy
Copy link

mayavy commented Nov 22, 2022

"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.

@ugggggggg
Copy link

Hello

I am trying to reproduce your code and I would like to know some issues with the 'physionet. npz' dataset

  1. '’m_ train_artificial' What does mean?
    2.'x_train_full', 'x_train_miss'Which is the original data ?
  2. What is the relationship between 'x_test_full' and the original dataset?
  3. I didn't understand this code either
    image
    image

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants