We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed2b5bd commit c7127eaCopy full SHA for c7127ea
README.md
@@ -9,6 +9,16 @@
9
`tensor-safe` is a dependently typed framework to define deep learning models which structure is verified on
10
compilation time. If the models are valid, these can be compiled to Keras framework in Python or JavaScript.
11
12
+## Install instructions
13
+
14
+1. Install `tensor-safe` executable with `cabal new-install`
15
16
+ `cabal new-install tensor-safe`
17
18
+2. Install `tensor-safe` library
19
20
+ `cabal new-install tensor-safe --lib`
21
22
## Building instructions and development tools
23
24
1. Install `ghc-mod`, `hpack` and `stylish-haskell` with `stack install`
0 commit comments