Skip to content

Commit 3781761

Browse files
committed
update
1 parent 290cf20 commit 3781761

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/basic_tutorials/cifar10_cnn.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
# -*- coding: utf-8 -*-
33

44
import os
5-
os.environ['TL_BACKEND'] = 'paddle'
5+
# os.environ['TL_BACKEND'] = 'paddle'
66
# os.environ['TL_BACKEND'] = 'tensorflow'
77
# os.environ['TL_BACKEND'] = 'mindspore'
8-
# os.environ['TL_BACKEND'] = 'torch'
8+
os.environ['TL_BACKEND'] = 'torch'
99

1010
import time
1111
from tensorlayerx.dataflow import Dataset, DataLoader

0 commit comments

Comments
 (0)