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.
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