https://github.com/sourdoughcat/skflow-tensorflow-vagrant
VM with the TensorFlow and SciKit (skflow) library from Google
https://github.com/sourdoughcat/skflow-tensorflow-vagrant
Last synced: 6 months ago
JSON representation
VM with the TensorFlow and SciKit (skflow) library from Google
- Host: GitHub
- URL: https://github.com/sourdoughcat/skflow-tensorflow-vagrant
- Owner: SourdoughCat
- License: mit
- Created: 2015-12-20T08:27:36.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-08-10T07:17:14.000Z (almost 9 years ago)
- Last Synced: 2024-12-09T00:10:19.077Z (6 months ago)
- Language: Shell
- Size: 3.91 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: LICENSE.md
Awesome Lists containing this project
README
No longer needed as skflow is now part of tensorflow
Readme
======* Author: Chapman Siu
## About
This project provides a [Ubuntu (14.04)](https://atlas.hashicorp.com/ubuntu/boxes/trusty64) [Vagrant](http://vagrantup.com/) Virtual Machine with [Tensorflow](tensorflow.org) and [skflow](https://github.com/google/skflow)
## Running the VM
1. Change to the directory with the `VagrantFile`
2. Start the Virtual Machine.
```
vagrant up
```
3. Login to the VM```
vagrant ssh
```
Then you can run the examples in `skflow` and also within the Tensorflow tutorial.
## FAQ**I'm on windows and it complains I don't have `ssh` or `rsync`. What do I do?**
Installing `msysgit` or `cygwin` should remediate this problem.
**What have you tested this on?**
I have tested this on Vagrant 1.7.4 and VirtualBox 5.X