From 1cd95c177b95e695aba5b219476321b8bd96fb2c Mon Sep 17 00:00:00 2001 From: niebin Date: Mon, 23 Nov 2015 23:36:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=8E=9F=E6=96=87=E5=9C=B0?= =?UTF-8?q?=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修改原文地址 --- SOURCE/how_tos/variable_scope.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SOURCE/how_tos/variable_scope.md b/SOURCE/how_tos/variable_scope.md index 6f17684..42d3423 100755 --- a/SOURCE/how_tos/variable_scope.md +++ b/SOURCE/how_tos/variable_scope.md @@ -272,4 +272,4 @@ File | What's in it? `models/image/cifar10.py` |图像中检测对象的模型. `models/rnn/rnn_cell.py` |时间递归神经网络的元方法集. `models/rnn/seq2seq.py` |为创建`sequence-to-sequence`模型的方法集. -原文:[Sharing Variables](https://github.com/jikexueyuanwiki/tensorflow-zh/blob/master/SOURCE/how_tos/variable_scope.md) 翻译:[nb312](https://github.com/nb312) +原文:[Sharing Variables](http://www.tensorflow.org/how_tos/variable_scope/index.md) 翻译:[nb312](https://github.com/nb312)