flare icon indicating copy to clipboard operation
flare copied to clipboard

Dynamic Tensor Graph library in Clojure (think PyTorch, DynNet, etc.)

Results 1 flare issues
Sort by recently updated
recently updated
newest added

project.clj ``` (defproject flare-test "0.1.0-SNAPSHOT" :description "FIXME: write description" :url "http://example.com/FIXME" :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"} :dependencies [[aria42/flare "0.1.0-SNAPSHOT"]]) ``` log ``` $ lein deps :tree Possibly confusing...