Skip to content

A Julia based app with a user interface to create, train and test a deep neural network.

License

Notifications You must be signed in to change notification settings

efmanu/fluxdash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flux Dash App

This an app with user interface to create, train and test a deep neural network.

Run Locally

julia> using Pkg
julia> Pkg.activate(".")
julia> include("run.jl")

App Configuration and setup

Animation3

Deploy in herokuapp

git push heroku master

Sometimes it won't push anything. Then do force pushing like below:

git push heroku master:master -f

About

A Julia based app with a user interface to create, train and test a deep neural network.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages