We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 290cf20 commit 3781761Copy full SHA for 3781761
examples/basic_tutorials/cifar10_cnn.py
@@ -2,10 +2,10 @@
2
# -*- coding: utf-8 -*-
3
4
import os
5
-os.environ['TL_BACKEND'] = 'paddle'
+# os.environ['TL_BACKEND'] = 'paddle'
6
# os.environ['TL_BACKEND'] = 'tensorflow'
7
# os.environ['TL_BACKEND'] = 'mindspore'
8
-# os.environ['TL_BACKEND'] = 'torch'
+os.environ['TL_BACKEND'] = 'torch'
9
10
import time
11
from tensorlayerx.dataflow import Dataset, DataLoader
0 commit comments