Skip to content

Commit 90317ec

Browse files
committed
Add mnist_1d_script back.
1 parent 7f4c179 commit 90317ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test-toolkit/integration/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525

2626
model_cpu_dir = os.path.join(mnist_path, cpu_sub_dir)
2727
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')
2829
model_gpu_dir = os.path.join(mnist_path, gpu_sub_dir)
2930
model_eia_dir = os.path.join(mnist_path, eia_sub_dir)
3031
mnist_eia_script = os.path.join(model_eia_dir, 'mnist.py')

0 commit comments

Comments
 (0)