paraschopra / abstract-art-neural-network

Generating abstract art through neural networks in PyTorch
https://towardsdatascience.com/making-deep-neural-networks-paint-to-understand-how-they-work-4be0901582ee
43 stars 22 forks source link

Methods changed to easier try new networks #1

Closed nielsrolf closed 5 years ago

nielsrolf commented 5 years ago

I changed the notebook a little bit to do the depth, width and activation function comparisons you suggested in the article. I might add more experiments, just wanted to offer to merge them.

paraschopra commented 5 years ago

Thank you for making it more generic. I've merged the changes.