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

convolutional auto encoder train and test functions and scripts #23

Open
tyiannak opened this issue Jun 14, 2021 · 2 comments
Open

convolutional auto encoder train and test functions and scripts #23

tyiannak opened this issue Jun 14, 2021 · 2 comments

Comments

@tyiannak
Copy link
Owner

No description provided.

@rodo-K
Copy link
Collaborator

rodo-K commented Jul 15, 2021

Regarding "convolutional_autoencoder" branch, I added 3 files:
bin/basic_ae_train.py lib/ae_training.py models/ae_cnn.py

When I'm trying to run bin/basic_ae_train.py ( as the bin/basic_training.py runs) I'm getting wrong dimensions from the decoder part as you can see below:

Using a target size (torch.Size([16, 1, 128, 201])) that is different to the input size (torch.Size([16, 1, 129, 201])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size.

Please let me know what I should check and If the initial try of the autoencoder is ok besides this error.

@rodo-K
Copy link
Collaborator

rodo-K commented Jul 25, 2021

after calculating the right padding, stride etc. Got output 201 x 128. Somehow still not getting the result I want from the loss function. Can't figure out why.

Screenshot 2021-07-25 154509

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

2 participants