-
Hi,
I have used pix2pix model to train my model using custom dataset with pairs. A is the real image while B is the black & white version of A. When i trained the model with 3 channel ie RGB image…
-
Thank you very much @kevroy314 for the instructions for Windows 10.
I substituted the pip calls with conda as pip does not target the newly created environment in my case.
Executing the command
`p…
-
I have a saved model, and when i run this command:
sudo python3 test.py --dataroot ./datasets/mydataset--model pix2pix --direction BtoA --name test10
I get this error:
dataset [AlignedDatas…
-
Hello and my thanks for this great repo. I like how your code is simple and effective.
I would like to point out that you are using MSE for your Discriminator Loss instead of Binary Cross Entropy. …
-
I am using cyclegan to train my own dataset. It has more than 20.000 images. After training about 1000 epochs. The G (left) and D loss (right) shown below
![Untitled](https://user-images.githubus…
-
Hi,
Could you provide me with the trained model and training configs of the supervised learning for MSMT17 dataset?
-
Hi,
I try to use [selfie2anime](https://drive.google.com/file/d/1xOWj1UVgp6NKMT3HbPhBbtq2A4EDkghF/view?usp=sharing) dataset, but I can't get any progress like this (now epoch is 46).
![images 2019…
-
Hello, I'm following the instruction but faced the error while training.
I ran the script on Macbook Pro.
Do you have any idea to fix this issue?
```
$ python train.py --dataroot ./datasets/jean…
-
I notice that your network code support nsgan and wgan additionally, but I can't run nsgan (maybe because of apex, I'm not sure) straightly and it seems that wgan part is not fully functional. So have…
-
Sorry for the lay question but is the objective of these GANs in accord with the original paper?
In the original paper, they seem to be minimizing the log(prob_real)+log(1-prob_fakes); but in most …