Created
October 31, 2017 20:47
-
-
Save madratman/d1e3efa2c28254be4f257381206c676c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import torch | |
import pytorch_autoencoder | |
list_of_numbers = get them from cpp | |
sum = sum | |
model = pytorch_autoencoder.ConvCVAENet(state_dim = 2, | |
condition_dim = (200, 200, 2), | |
latent_dim = 3, | |
encoder_hidden_dim = 512, | |
decoder_hidden_dim = 512) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment