From 03dc2b092f60576048a25c14abc81e876d9907e2 Mon Sep 17 00:00:00 2001 From: leiyuning Date: Tue, 7 Apr 2020 11:10:26 +0800 Subject: [PATCH] add lstm info --- chapter05/resnet/resnet_cifar.py | 2 +- chapter06/lstm/main.py | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/chapter05/resnet/resnet_cifar.py b/chapter05/resnet/resnet_cifar.py index c9c597f..2424f88 100644 --- a/chapter05/resnet/resnet_cifar.py +++ b/chapter05/resnet/resnet_cifar.py @@ -14,7 +14,7 @@ # ============================================================================ """ train and evaluate resnet example for cifar10 dataset -1.For environment used for deploying this script please choose Ascend. +1.The sample can only be run on Ascend 910 AI processor. 2.Aroud 30s per epoch and about 90% accuracy when the number of epoch reaches 34. """ import os diff --git a/chapter06/lstm/main.py b/chapter06/lstm/main.py index d4483a5..c9c794d 100644 --- a/chapter06/lstm/main.py +++ b/chapter06/lstm/main.py @@ -13,7 +13,8 @@ # limitations under the License. # ============================================================================ """ -LSTM Tutorial +LSTM Sample, has train and evaluate part. +The sample can only be run on GPU. """ import os import shutil -- GitLab