Skip to content
#

gan

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

samhains
samhains commented Mar 14, 2017

By default, I get 8x8 grids of images for each epoch completed, both very similar to one another.

Is there any way to continue to generate more images at the final epoch? Say I wanted to create a thousand images? Any ideas on the best way to do this?

I would be happy to work on this/ write some documentation, would just like a point in the right direction.

This library is extraordinar

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

BlackTentacle
BlackTentacle commented Oct 26, 2018

I tried some RNN regression learning based on the code in the "PyTorch-Tutorial/tutorial-contents/403_RNN_regressor.py" file, which did not work for me at all.

According to an accepted answer on stack-overflow (https://stackoverflow.com/questions/52857213/recurrent-network-rnn-wont-learn-a-very-simple-function-plots-shown-in-the-q?noredirect=1#comment92916825_52857213), it turns out that the li

gluon-cv

This repo contains the source code in my personal column (https://zhuanlan.zhihu.com/zhaoyeyu), implemented using Python 3.6. Including Natural Language Processing and Computer Vision projects, such as text generation, machine translation, deep convolution GAN and other actual combat code.

  • Updated Feb 29, 2020
  • Jupyter Notebook
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.