Skip to content
#

gan

Here are 1,165 public repositories matching this topic...

tensorlayer
0xtyls
0xtyls commented Jan 3, 2020

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

gluon-cv
akshaydp1995
akshaydp1995 commented Jul 13, 2019

Traceback (most recent call last):
File "train.py", line 45, in
train_display_images_b = torch.stack([train_loader_b.dataset[i] for i in range(display_size)]).cuda()
File "train.py", line 45, in
train_display_images_b = torch.stack([train_loader_b.dataset[i] for i in range(display_size)]).cuda()
File "/content/MUNIT/data.py", line 119, in getitem
pat

Improve this page

Add a description, image, and links to the gan topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the gan topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.