Merge branch 'master' of spacecruft.org:spacecruft/satnogs-wut

master
ml server 2020-01-20 19:03:27 -07:00
commit b7bdc2521e
1 changed files with 18 additions and 0 deletions

View File

@ -49,6 +49,24 @@ pip3 install --user simplejson
pip3 install --user pillow
```
Another way, using upstream tensorflow packages.
You also have to install the latest `pip` from `pip`,
or you'll get `tensorflow 1.x`.
```
pip3 install pip
pip3 install --upgrade pip
# make sure new `pip3` at `~/.local/bin/pip3` is in front in `$PATH`.
# install tensorflow
pip3 install --user tensorflow
# If that fails due to the PATH, run like:
~/.local/bin/pip3 install --user tensorflow
pip3 list | grep tensorflow
# for running some tensorflow tests:
pip3 install --user portpicker
# There's a bunch of tests that can be run, such as:
python3 ~/devel/tensorflow/tensorflow/tensorflow/python/distribute/multi_worker_continuous_run_test.py
```
# Usage
`top`