-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/laitassou/ML
- Loading branch information
Showing
1 changed file
with
3 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,6 @@ | ||
# ML | ||
|
||
|
||
needed packages for venv | ||
|
||
302 sudo apt install python3-dev python3-pip | ||
303 sudo pip3 install -U virtualenv | ||
331 pip list | ||
332 pip install --upgrade tensorflow | ||
382 pip3 --version | ||
383 sudo apt install python3-pip | ||
437 pip install --upgrade matplotlib | ||
439 pip install --upgrade pandas | ||
441 pip install --upgrade seaborn | ||
443 pip install --upgrade tensorflow_docs | ||
444 pip install git+https://github.com/tensorflow/docs | ||
Example of service to run inferences with tensorflow | ||
Python model is run with mnist data and exported to pb. | ||
This model is loaded in cpp application to run inferences. |