We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No description provided.
The text was updated successfully, but these errors were encountered:
Related to #19.
Sorry, something went wrong.
Hello, @amrk723
I have pushed some changes (ff75a69).
Now you can run
python test.py --config ../configs/test.yaml
and in the experiment folder there will be dumped a file named enc_<batch_idx>.pt -- this is the encoded tensor.
enc_<batch_idx>.pt
Also, there's now model.encode(x) and model.decode(x), so you can reconstruct the image by doing:
model.encode(x)
model.decode(x)
enc = torch.load('enc.pt') dec = model.decode(enc)
This is work in progress, I will merge on master when I'm comfortable with how things look.
Thanks!
alexandru-dinu
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: