소스 검색

Merge pull request #854 from tensorflow/tutorials-README

Added README to tutorials/ recommending to the user to install TensorFlow from source
Neal Wu 9 년 전
부모
커밋
3d5365fbed
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      tutorials/README.md

+ 3 - 0
tutorials/README.md

@@ -0,0 +1,3 @@
+# Tutorial Models
+
+This repository contains models referenced to from the [TensorFlow tutorials](https://www.tensorflow.org/tutorials/). We recommend installing TensorFlow from the [nightly builds](https://github.com/tensorflow/tensorflow#installation) rather than the r0.12 release before running these models.