Skip to content

danielkaifeng/neural-painter-pytorch

Repository files navigation

neural-painter-pytorch

This is pytorch version of painting with neural network

It is a trial of NN art generation several years ago. With the state of art NN struture, maybe we can create more beautiful patterns.

demo usage

python3 net_pytorch.py  --image_size 500x500 --hidden_size 100 --nr_hidden 4 --nonlin random_every_time --nr_channel 3 --output_nonlin identity --coord_bias --output 00.png

demo example

1 2 3 4

Reference

  1. neural-painter
  2. npainter

About

pytorch version of painting with neural network

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages