Skip to content
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

Issue with UCR Ham dataset #7

Open
jandrulus opened this issue Feb 3, 2020 · 0 comments
Open

Issue with UCR Ham dataset #7

jandrulus opened this issue Feb 3, 2020 · 0 comments

Comments

@jandrulus
Copy link

Hi tejaslodaya!
First of all, congratulations for the repository, I think it is great!
I have an issue withe UCR "Ham" dataset. When I run the code, with the following hyperparameters:

hidden_size = 90
hidden_layer_depth = 1
latent_length = 20
batch_size = 32
learning_rate = 0.0005
n_epochs = 20
dropout_rate = 0.5
optimizer = 'Adam' # options: ADAM, SGD
cuda = True # options: True, False
print_every= 30
clip = True # options: True, False
max_grad_norm = 5
loss = 'MSELoss' # options: SmoothL1Loss, MSELoss
block = 'LSTM' # options: LSTM, GRU

I get the error attached.

error

It seems that test_loader object is empty. Please, can you take a look? I have no problems with other UCR datasets. Thank you in advance, kind regards!

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

No branches or pull requests

1 participant