From 12a4c87347d7e3e9d4ee320ae35b22dd91190193 Mon Sep 17 00:00:00 2001 From: zxp Date: Thu, 10 Dec 2020 19:35:02 +0800 Subject: [PATCH] added translator info added translator info --- ...201130 An attempt at implementing char-rnn with PyTorch.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sources/tech/20201130 An attempt at implementing char-rnn with PyTorch.md b/sources/tech/20201130 An attempt at implementing char-rnn with PyTorch.md index 5a563b2017..bc6ad7a1bb 100644 --- a/sources/tech/20201130 An attempt at implementing char-rnn with PyTorch.md +++ b/sources/tech/20201130 An attempt at implementing char-rnn with PyTorch.md @@ -1,5 +1,5 @@ [#]: collector: (lujun9972) -[#]: translator: ( ) +[#]: translator: (zhangxiangping) [#]: reviewer: ( ) [#]: publisher: ( ) [#]: url: ( ) @@ -187,7 +187,7 @@ via: https://jvns.ca/blog/2020/11/30/implement-char-rnn-in-pytorch/ 作者:[Julia Evans][a] 选题:[lujun9972][b] -译者:[译者ID](https://github.com/译者ID) +译者:[zhangxiangping](https://github.com/zxp93) 校对:[校对者ID](https://github.com/校对者ID) 本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出