Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 512 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 512 Bytes

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