-
Could you share the code to evaluate shape reconstruction by CD metric (in Table.2)?
-
Hi, thanks for your wonderful work!
I was trying to run this model, specifically VAE, on my data and I noticed it doesn't work due to an inconsistency:
In systems/VAE_system.py:124:
`reconstruction…
-
As a preliminary student in the field of deep learning CT reconstruction, I am very interested in what you have done. After carefully reading your article and code implementation, I configured the env…
-
DIVA/paper_experiments/rotated_mnist/supervised/model_diva.py
The output of px is x_recon with the shape of [100, 256, 28, 28] (Line 39). It should be permuted to [100, 28, 28, 256], because x_recon …
-
@tomsmeding said:
> I wonder if what you need here is generating random programs :p
And indeed I need it. Dimensions only 1, 2 or 3, ranks up to 5, I guess. Maybe 7. Not too high so that the pr…
-
Hi, Any idea or reference of the input fmri format or how to process the data?
-
## *Lab OnBoarding Request*
Use this to register your lab for hosting and/or update the list
of experiments in the lab.
Repo Owner Details
Name - Prof. Santosh Biswas
GitHub handle - IITGVLAB
…
-
_Edit_: I've given this more thought as I chatted with @tvami on slack.
Currently, the `EcalVetoProcessor` is very hefty. Moreover, a lot of the variables calculated by the veto processor can be us…
-
In this [example](https://github.com/tensorflow/mesh#how-do-i-pick-a-layout), we can see how to set the layout to be automatically picked.
However, when using this in my `model_fn`, basically repla…
-
//question//////////
I tried to convert keras model (VAE) to onnx, and onnx model is built.
But I noticed error during converting.
Why does the error occur?
//Error//////////
The layer doesn…