-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: train_grafiti.py #2
Comments
Hi,I have the same problem,can you tell me how to solve it |
Same Problem + 1 |
Hi all, really sorry for the late reply. I will look into it and see where the issue is. It could be the version of pandas but let me double check this. Are you guys able to get USHCN run? |
Oh, I don't think it's the pandas library, it's more like some kind of data processing problem |
Thanks, you are correct. There is an issue with the scaling of the time and it happens only when you run it for the first time when creating the datasets. |
I run twice, but I get the following warnings, errors:
`Traceback (most recent call last): The above exception was the direct cause of the following exception: Traceback (most recent call last): |
Hi,
When I run the following example:
!python train_grafiti.py --epochs 200 --learn-rate 0.001 --batch-size 128 --attn-head 1 --latent-dim 128 --nlayers 4 --dataset physionet2012 --fold 0 -ct 36 -ft 12
I get the following error:
Thank you,
Richard
The text was updated successfully, but these errors were encountered: