Showing
1 changed file
with
3 additions
and
1 deletions
| ... | @@ -3,8 +3,10 @@ TensorFlow implementation of [Unsupervised Cross-Domain Image Generation.](https | ... | @@ -3,8 +3,10 @@ TensorFlow implementation of [Unsupervised Cross-Domain Image Generation.](https |
| 3 |  | 3 |  |
| 4 | 4 | ||
| 5 | ## Requirements | 5 | ## Requirements |
| 6 | -* Python 2.7 | 6 | +* [Python 2.7](https://www.continuum.io/downloads) |
| 7 | * [TensorFlow 0.12](https://github.com/tensorflow/tensorflow/tree/r0.12) | 7 | * [TensorFlow 0.12](https://github.com/tensorflow/tensorflow/tree/r0.12) |
| 8 | +* [Pickle](https://docs.python.org/2/library/pickle.html) | ||
| 9 | +* [SciPy](http://www.scipy.org/install.html) | ||
| 8 | 10 | ||
| 9 | <br> | 11 | <br> |
| 10 | 12 | ... | ... |
-
Please register or login to post a comment