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 b3de39c commit f7543bfCopy full SHA for f7543bf
examples/grnet/task.py
@@ -4,7 +4,7 @@
4
import tensorflow as tf
5
6
import model
7
-from examples.shared import utils
+from shared import utils
8
9
DATA_URL = "https://data.vision.ee.ethz.ch/zzhiwu/ManifoldNetData/GrData/AFEW_Gr_data.zip"
10
DATA_FOLDER = "grface_400_inter_histeq"
examples/lienet/task.py
@@ -5,7 +5,7 @@
import numpy as np
DATA_URL = "https://data.vision.ee.ethz.ch/zzhiwu/ManifoldNetData/LieData/G3D_Lie_data.zip"
11
DATA_FOLDER = "lie20_half_inter1"
0 commit comments