Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yyiilluu/DeepCluster
https://github.com/yyiilluu/DeepCluster
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yyiilluu/DeepCluster
- Owner: yyiilluu
- Created: 2018-09-22T18:50:54.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-17T07:03:07.000Z (over 5 years ago)
- Last Synced: 2024-07-09T23:44:08.986Z (4 months ago)
- Size: 144 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DeepCluster.io
## Installation
---------------
Install latest cli with pip
```
pip install dccli
```## Qucik start with mnist example
---------------
under ```/examples```, there are a couple examples that you can try, one of them is tensorflow mnist### Submit mnist with tensorflow example
Navigate to /examples/tensorflow_example/mnist
```
# Register with dccli
dccli register# submit mnist training example
# make sure you run this command under /examples/tensorflow_example/mnist
dccli submit -c
```### Check out log and progress
Check out progress
```
dccli progress
```Check out console log
```
dccli stream
```## Get more details from full instruction [here](./docs/index.md)