You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To use in `sbt`, replace `x.y.z` with the version from Maven Central badge above.
@@ -31,13 +33,12 @@ instructions for Scala Native if you are not already setup.
31
33
32
34
Additional libraries that need to be installed on you system are as follows:
33
35
34
-
* Linux/Ubuntu can TensorFlow as follows:
36
+
* Linux/Ubuntu can TensorFlow following the following directions:
35
37
36
-
```
37
-
$ sudo apt-get install libatlas-base-dev
38
-
```
38
+
https://www.tensorflow.org/install/lang_c
39
39
40
-
* macOS can install TensorFlow using [Homebrew](https://formulae.brew.sh/formula/libtensorflow) which will install into the `/usr/local/Cellar/libtensorflow/<version>` directory.
40
+
* macOS can install TensorFlow using [Homebrew](https://formulae.brew.sh/formula/libtensorflow)
41
+
which will install into the `/usr/local/Cellar/libtensorflow/<version>` directory.
41
42
42
43
```
43
44
$ brew install libtensorflow
@@ -46,43 +47,25 @@ $ brew install libtensorflow
46
47
* Other OSes need to have `libtensorflow` available on the system.
Reference the link above for Scaladoc. The documentation is a little sparse but hopefully will improve with time.
53
54
54
-
After `sbt` is installed and any other Scala Native prerequisites are met you can use the following Gitter G8 template instructions to get a fully functional Scala Native application with a couple of BLAS examples in the body of the main program.
55
+
After `sbt` is installed and any other Scala Native prerequisites are met you can use the following Gitter G8 template instructions to get a fully functional Scala Native application with an example in the body of the main program.
55
56
56
57
```
57
-
$ sbt new ekrich/sblas.g8
58
+
$ sbt new ekrich/stensorflow.g8
58
59
$ cd <directory entered after the prompt>
59
60
$ sbt run
60
61
```
61
62
62
-
In addition, look at the `v0.1.1`[sblas unit tests](https://github.com/ekrich/sblas/blob/v0.1.1/sblas/src/test/scala/org/ekrich/blas/snic/BlasSuite.scala) for other examples of usage.
63
-
64
-
## BLAS References and External Documentation
65
-
66
-
Some useful links are as follows which are also in the LICENSE.md file as some of the Scaladoc was sourced from these references:
In addition, look at the `v0.1.0`[stensorflow unit tests](https://github.com/ekrich/stensorflow/blob/v0.1.0/stensorflow/src/test/scala/org/ekrich/stensorflow/snic/TensorflowSuite.scala) for other examples of usage.
0 commit comments