Skip to content

Commit f7543bf

Browse files
author
aditya tewari
committed
removing argv for test
1 parent b3de39c commit f7543bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/grnet/task.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import tensorflow as tf
55

66
import model
7-
from examples.shared import utils
7+
from shared import utils
88

99
DATA_URL = "https://data.vision.ee.ethz.ch/zzhiwu/ManifoldNetData/GrData/AFEW_Gr_data.zip"
1010
DATA_FOLDER = "grface_400_inter_histeq"

examples/lienet/task.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import numpy as np
66

77
import model
8-
from examples.shared import utils
8+
from shared import utils
99

1010
DATA_URL = "https://data.vision.ee.ethz.ch/zzhiwu/ManifoldNetData/LieData/G3D_Lie_data.zip"
1111
DATA_FOLDER = "lie20_half_inter1"

0 commit comments

Comments
 (0)