Skip to content

Commit 1f2c305

Browse files
author
aditya tewari
committed
import directory path hadnling
1 parent 31e5d83 commit 1f2c305

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/grnet/task.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
import os
44
import tensorflow as tf
55

6-
from . import model
7-
from shared import utils
6+
import model
7+
from examples.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"

0 commit comments

Comments
 (0)