An open API service indexing awesome lists of open source software.

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

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