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

Unsupervised pre-training? #1

Open
elbamos opened this issue Jan 21, 2023 · 1 comment
Open

Unsupervised pre-training? #1

elbamos opened this issue Jan 21, 2023 · 1 comment

Comments

@elbamos
Copy link

elbamos commented Jan 21, 2023

Do you have an example showing how to do unsupervised pre training with this code?

@julianbayerl
Copy link

The problem is this line

       ` x = self.step_feature_transformers[step](inputs, 
                                                 training=False)
        x = self.step_fc_layers[step](inputs)
        reconstructed_features += x`

in the decoder.
Also note that (at least for me) batch_size is not input_shape[-1], so if you correct for these two things it should work.

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