Join our meetup, learn, connect, share, and get to know your Toronto AI community.
Browse through the latest deep learning, ai, machine learning postings from Indeed for the GTA.
Are you looking to sponsor space, be a speaker, or volunteer, feel free to give us a shout.
Hi
I trained some Resnet models to estimate tags for anime images.
There has been a lot of cool anime-related projects recently, such as DeepDanbooru and some other cool work with anime face generation, however most use tensorflow and so I wanted a nice pretrained pytorch model to use for transfer learning with downstream tasks.
A TL;DR of the networks:
An example output of the resnet50 model
If you have pytorch, you can load up the model and predict on new images in only a few lines using pytorch hub. See this post for a quick getting started
I hope some people find this useful, and that it saves some people training time with other tasks.
For more info on the networks, training, data preparation, and performance metrics of each network, please have a look at the project page, or just ask :). Any comments or feedback is nice.
submitted by /u/m_baas
[link] [comments]