omidsakhi / caffe-maker

A web GUI application for creating Caffe Deep Learning networks

Home Page:http://caffe-maker.s3-website-us-west-1.amazonaws.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Caffe Maker

A web GUI application for creating Caffe Deep Learning networks

screen-shot

Status (WIP)

This is a work in progress. Lots of features are still missing from the application. The application gives you the .prototxt file. Some parameters (specifically those with repeat) are still missing from the prototxt file.

Requirments

To Run

  1. Clone the trunk.
  2. Run 'npm install'.
  3. Run 'ng serve'
  4. From the browser point to 'localhost:4200'.

Issues

  • Dragging issues on IE11 (Works with Edge and Chrome)
  • Selecting issues on FireFox (Works with Edge and Chrome)

TODO

  • Convert the buffet green bar to a scrollable row of units.
  • Adding parameters widget to the application.
  • Writing the added parameters to proto text file.
  • About dialog box.
  • Panning for the scene.
  • Reading .prototxt files and render the network.
  • Using ProtobufJS.
  • Adding Solver prototxt file.
  • Compiling the network in C++.
  • Verifying the correctness of the network layers and parameters.
  • Live simuation
  • Adding debug check points

About

A web GUI application for creating Caffe Deep Learning networks

http://caffe-maker.s3-website-us-west-1.amazonaws.com/

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:TypeScript 51.6%Language:Protocol Buffer 38.6%Language:HTML 6.1%Language:CSS 2.5%Language:JavaScript 1.3%