-
I'm using 256*256 model to test some pictures in celebA dataset, arguments are set as:
python main.py --mode test --dataset CelebA --image_size 256 --c_dim 5 \
--selected_attrs Bl…
-
Anyone else having trouble training and reproducing example results for CelebA dataset?
After training on the CelebA dataset for 500,000 iterations, or about 33 hours, with the default settings, I …
-
Firstly, thanks for sharing the codes!
And I see read_data() like this,
```
def read_data(self):
"""read_data
Assumes the data is in a single numpy array. Loads it into memory. Ca…
-
thank you for the code.
though, the train.py script does not seem to support celeba dataset.
the model for the celeba dataset is defined in [this line](https://github.com/yilundu/ebm_compositionali…
-
Hi, I'm new to pytorch and VAEs in general. I attempted to run your VanillaVAE but I can't figure out how to reference the dataset inside the config file. Specifically, this is my folder structure:
…
-
The initial loss / log_prob is very big like 1e24. I tried `CUB200` as well, but `CUB200` has around `40000` initial loss and training goes well.
When I try to use your model in folder `realworld` …
-
What are your iteration counts on the CelebA-HQ dataset? Why does my model perform well on the training set but poorly on the test set? Could you please provide your training strategy?
-
celebA Dropbox links (downloaded in /deeppy/dataset/celeba.py), have been down for quite some time.
New links are available @ Google Drive:
https://drive.google.com/drive/folders/0B7EVK8r0v71pWEZs…
-
I am trying to running the code. It shows an error: No such file or directory: 'path/celeba/train.list'
which mean I have to get the CelebA dataset first. But how should I get the dataset and how sho…
-
### Članovi tima:
Nemanja Vujadinović SV28-2020 (grupa 5 po službi, ali idem u 1.)
### Asistent:
Marko Njegomir
### Problem koji se rešava:
Potrebno je obučiti neuronsku mrežu da klasifi…