Skip to content

xymeow/neural-style-visualizer

 
 

Repository files navigation

Neural-Style Visualization

This project aims at visualize loss and other important metrics for analysis.

This project also implement an instance of neural-style, follows the idea of a keras example keras/examples/neural_style_transfer.py, but with a mostly different design.

Visualization is important and fun. It tells us what's going on.

loss analysis

For example, you may find an bad output

after comparing the loss, you will found negative correlation between style loss and content loss(against the assumption of neural-style):

so a very small picture may not be very suitable for neural-style task.

Here's a better result with nearly independent loss:

A very high learning rate:

realtime watch

headstart

You can stop your training at any time and continue at the last epoch.

realtime hyperparameter adjusting

You are free to adjust hyperparameter

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 84.2%
  • CSS 6.3%
  • Python 5.9%
  • Lua 2.4%
  • HTML 1.2%