-
Updated
Jul 16, 2020 - Python
gan
Generative adversarial networks (GAN) are a class of generative machine learning frameworks. A GAN consists of two competing neural networks, often termed the Discriminator network and the Generator network. GANs have been shown to be powerful generative models and are able to successfully generate new data given a large enough training dataset.
Here are 1,919 public repositories matching this topic...
-
Updated
Jun 28, 2020 - Lua
-
Updated
Jan 23, 2020 - Python
-
Updated
May 23, 2020 - Python
-
Updated
Apr 2, 2020 - Lua
-
Updated
Jul 13, 2020 - Jupyter Notebook
-
Updated
Jun 30, 2020 - Python
-
Updated
Apr 20, 2020 - JavaScript
-
Updated
Jan 31, 2019 - Python
-
Updated
Jun 21, 2020
-
Updated
Jun 8, 2020 - Jupyter Notebook
According to scipy, scipy.misc.toimage()
toimage is deprecated! toimage is deprecated in SciPy 1.0.0, and will be removed in 1.2.0. Use Pillow’s Image.fromarray directly instead.
which is used on line 46 of utils/visualizer.py is now a deprecated function under the newest scipy version. As a result this co
Hi, thanks for the great code!
I wonder do you have plans to support resuming from checkpoints for classification? As we all know, in terms of training ImageNet, the training process is really long and it can be interrupted somehow, but I haven't notice any code related to "resume" in scripts/classification/train_imagenet.py
.
Maybe @hetong007 ? Thanks in advance.
-
Updated
Jun 19, 2020 - Python
-
Updated
Jan 25, 2019 - Python
-
Updated
Jul 21, 2018 - Python
-
Updated
Jun 23, 2020 - Jupyter Notebook
-
Updated
Feb 29, 2020 - Jupyter Notebook
-
Updated
Jun 6, 2020 - JavaScript
-
Updated
May 16, 2020 - Jupyter Notebook
-
Updated
Jul 16, 2020 - Jupyter Notebook
-
Updated
Mar 11, 2020 - Python
-
Updated
Jul 3, 2020 - Python
-
Updated
May 10, 2020 - Python
-
Updated
Oct 1, 2018
-
Updated
Nov 27, 2019 - Python
-
Updated
Apr 12, 2020 - Python
-
Updated
Mar 23, 2019 - Python
-
Updated
Nov 1, 2018 - Python
I understand that these two python files show two different methods to construct a model. The original n_epoch is 500 which works perfect for both python files. But if I change n_epoch to 20, only tutorial_mnist_mlp_static.py can achieve a high test accuracy (~0.97). The other file tutorial_mnist_mlp_static_2.py only get 0.47.
The models built from these two files looks the same for me (the s