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 7f4c179 commit 90317ecCopy full SHA for 90317ec
test-toolkit/integration/__init__.py
@@ -25,6 +25,7 @@
25
26
model_cpu_dir = os.path.join(mnist_path, cpu_sub_dir)
27
model_cpu_1d_dir = os.path.join(model_cpu_dir, '1d')
28
+mnist_1d_script = os.path.join(model_cpu_1d_dir, 'mnist_1d.py')
29
model_gpu_dir = os.path.join(mnist_path, gpu_sub_dir)
30
model_eia_dir = os.path.join(mnist_path, eia_sub_dir)
31
mnist_eia_script = os.path.join(model_eia_dir, 'mnist.py')
0 commit comments