Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/justinshenk/fine-tuning-ncs
Testing repository for fine tuning TensorFlow models for NCS
https://github.com/justinshenk/fine-tuning-ncs
Last synced: 12 days ago
JSON representation
Testing repository for fine tuning TensorFlow models for NCS
- Host: GitHub
- URL: https://github.com/justinshenk/fine-tuning-ncs
- Owner: JustinShenk
- License: mit
- Created: 2017-12-01T02:35:49.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-18T17:13:38.000Z (almost 7 years ago)
- Last Synced: 2024-11-07T11:53:50.618Z (2 months ago)
- Language: Jupyter Notebook
- Size: 2.49 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fine-tuning-ncs
Testing repository for fine tuning TensorFlow models for Intel's Neural Compute Stick (Development stage)## Getting started
Clone repoDownload slim models and scripts:
```bash
bash get_slim_repo.sh
```
View [notebook](https://github.com/JustinShenk/fine-tuning-ncs/blob/master/flower_inference_with_NCS.ipynb) with jupyter:```bash
jupyter notebook
```