generative-models
Here are 123 public repositories matching this topic...
-
Updated
Jul 21, 2018 - Python
There seems to be some little bugs in these examples. For example
for t in range(iters): labeled_indices = (np.random.randint(0, n_labeled, size=batch_size)) x_labeled_batch = x_labeled[labeled_indices]
It throws the error that
TypeError: Only integers, slices (
:), ellipsis (
...), tf.newaxis (
None`) and scalar tf.int32/tf.int64 tensors are valid indices, got array([17,
-
Updated
May 2, 2020 - Python
-
Updated
Mar 2, 2020 - Python
-
Updated
Nov 19, 2018 - Jupyter Notebook
-
Updated
Apr 2, 2019 - Jupyter Notebook
-
Updated
Dec 19, 2019 - Python
-
Updated
Mar 15, 2020 - Jupyter Notebook
-
Updated
Nov 9, 2019
-
Updated
May 13, 2020 - Python
-
Updated
Jul 23, 2019 - Python
-
Updated
Jun 10, 2020 - Python
-
Updated
Jun 8, 2020 - Python
-
Updated
Jun 24, 2019 - Jupyter Notebook
I read the discussion in OpenReview on the sensitivity of the FID score to the min-max-normalization of CIFAR-10 images.
The authors thought it was the min-max normalization carried out by imsave that changes the pixel values of images. However, I find that it is not the case.
In the reference guide of the old version of scipy (https://docs.scipy.org/doc/scipy-1.0.0/reference/generated/scipy
-
Updated
May 19, 2020 - Python
-
Updated
Mar 23, 2018 - Python
-
Updated
Apr 23, 2020 - Python
-
Updated
May 22, 2020
-
Updated
Jun 17, 2020 - Lua
-
Updated
Apr 27, 2019 - Python
-
Updated
Jul 20, 2018 - Jupyter Notebook
-
Updated
Sep 17, 2019 - Python
-
Updated
Jan 19, 2018 - Python
I have followed the README file closely, using the same hyperparameters and the provided text descriptions in text.txt, however the results turn out to be as follow:
a flower with red petals which are pointed
many pointed petals
![image](https://user-images.githubusercontent.com/2
-
Updated
Mar 29, 2020 - Python
-
Updated
Aug 17, 2018 - Python
-
Updated
Sep 19, 2019 - Python
Improve this page
Add a description, image, and links to the generative-models topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the generative-models topic, visit your repo's landing page and select "manage topics."
when I change the size of input image, may I need to change the value of "g_conv_dim" and "d_conv_dim"