Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add caffe importer to resources #2059

Merged
merged 2 commits into from Apr 22, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions tensorflow/g3doc/get_started/os_setup.md
Expand Up @@ -182,7 +182,7 @@ $ source ~/tensorflow/bin/activate.csh # If using csh.
(tensorflow)$ deactivate
```

## Anaconda environment installation
## Anaconda installation

[Anaconda](https://www.continuum.io/why-anaconda) is a Python distribution that
includes a large number of standard numeric and scientific computing packages.
Expand Down Expand Up @@ -210,8 +210,8 @@ Create a conda environment called `tensorflow`:
# Python 2.7
$ conda create -n tensorflow python=2.7

# Python 3.5
$ conda create -n tensorflow python=3.5
# Python 3.4
$ conda create -n tensorflow python=3.4
```

Activate the environment and use pip to install TensorFlow inside it.
Expand Down
1 change: 1 addition & 0 deletions tensorflow/g3doc/resources/index.md
Expand Up @@ -35,6 +35,7 @@ The TensorFlow community has created many great projects around TensorFlow, incl

* [TensorFlow tutorials](https://github.com/pkmital/tensorflow_tutorials)
* [Scikit Flow - Simplified Interface for TensorFlow](https://github.com/tensorflow/skflow)
* [Caffe to TensorFlow model converter](https://github.com/ethereon/caffe-tensorflow)

### Development

Expand Down