-
The VAEGAN training fails after about 30 iterations.
-
Hi there,
I have tried running this code and I cannot get past the create model step, I've pasted the error below. Please let me know if you need more information.
Thanks!
```
------------…
-
# INFO
## Author
Yongqin Xian, Saurabh Sharma, Bernt Schiele, Zeynep Akata
## Affiliation
## Conference or Year
CVPR2019
## Link
- [arXiv](https://arxiv.org/abs/1903.10132)
- [official Git…
-
SHIP is a very interesting work some wide applications. Thank you for making the code public.
May I know how to generate the GZSL results shown in the paper. Can you provide the code base for the sa…
-
![image](https://user-images.githubusercontent.com/50651190/190069610-e6ac30dc-e277-4d06-9705-fa101b052bf7.png)
![image](https://user-images.githubusercontent.com/50651190/190069664-3ffd6f01-26ba-4e2…
-
When running VAEGAN.py, I get shape mismatch error at this line:
`
D_fake, F_fake = D(output)
`
ValueError: Input 0 of layer dense_3 is incompatible with the layer: expected axis -1 of input sha…
-
VAE and VAEGAN code is currently using [mean squared error](https://github.com/stitchfix/fauxtograph/blob/15bc0ba787d4724657379ec31dd7840304b8f858/fauxtograph/vaegan.py#L529) as the reconstruction los…
-
Analyze source code for bugs and style errors.
If you lint any module from any branch, please mark them done below
- [x] visualizer
- [ ] optimizer
- [ ] losses
- [ ] train
- [ ] utils
- [ ]…
-
Hi, I am trying to use sample.py to test the generation results and I used these pretrained weights from your Hugginface page:
runs/2022_12_02_151805_chest_vaegan/last_vae.ckpt
runs/chest_diff…
-
if self.n_attrs:
batch_size, c, w, h = x.shape
expanded_attrs = attrs.view(
*attrs.shape, 1, 1).expand(*attrs.shape, w, h)
x = torch.cat…