cyclegan
Here are 176 public repositories matching this topic...
-
Updated
Jun 28, 2020 - Lua
-
Updated
Oct 22, 2019 - Python
Not really an issue, I'm just puzzled where max_size is used for. It serves as the size of an ImagePool pool and is used to store 'fake outputs'. Used here:
` # Update G network and record fake outputs
fake_A, fake_B, _, summary_str = self.sess.run(
[self.fake_A, self.fake_B, self.g_optim, self.g_sum],
feed_dict={self.rea
-
Updated
Apr 27, 2020 - Jupyter Notebook
-
Updated
Jul 10, 2020 - Python
-
Updated
Oct 7, 2019 - Python
-
Updated
Aug 6, 2019 - Python
-
Updated
Jan 28, 2020 - Python
I'm using TensorFlow of version 1.10.0. I need to do the following change in file main.py to run this code:
- Change
size()intosizeon line 99 & 104; - Add
tf.local_variables_initializer()after line 247&330 and addsess.run()after line 251&334.
Add I created a pull request for this. I also made some changes on the code style.
-
Updated
May 8, 2020 - Python
-
Updated
Jan 21, 2019 - Jupyter Notebook
-
Updated
Oct 7, 2019 - Python
-
Updated
Apr 17, 2020 - Jupyter Notebook
-
Updated
Jun 16, 2020 - Python
-
Updated
May 9, 2020 - Python
-
Updated
Dec 13, 2019 - Jupyter Notebook
-
Updated
Feb 22, 2020 - Python
-
Updated
Nov 19, 2019 - Python
-
Updated
Aug 25, 2018 - Python
-
Updated
Oct 29, 2019 - Python
-
Updated
Apr 13, 2020 - Python
-
Updated
Jul 21, 2018 - Python
-
Updated
Dec 28, 2019 - Python
-
Updated
Jul 16, 2018 - Python
-
Updated
Jun 24, 2020 - Python
-
Updated
Jun 21, 2020 - Python
Improve this page
Add a description, image, and links to the cyclegan topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cyclegan topic, visit your repo's landing page and select "manage topics."
For some reason, when I open the web document, real_a and fake_b are matching, but the real_b is from another image; however in the images folder the images are correct. Does someone know why does this happen?