Skip to content

Commit 0ebef5a

Browse files
committedFeb 5, 2021
minor changes
1 parent 043a8db commit 0ebef5a

5 files changed

+5
-5
lines changed
 

‎cifar10_alternate.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
np.random.seed(random_seed)
2929
tf.random.set_seed(random_seed)
3030
# environment
31-
os.environ["XDG_RUNTIME_DIR"] = "/tmp/runtime-civitelli"
31+
os.environ["XDG_RUNTIME_DIR"] = "/tmp/runtime-spectral"
3232
os.environ["CUDA_VISIBLE_DEVICES"] = '1'
3333

3434
def get_data():

‎cifar10_connectivity.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
np.random.seed(random_seed)
2929
tf.random.set_seed(random_seed)
3030
# environment
31-
os.environ["XDG_RUNTIME_DIR"] = "/tmp/runtime-civitelli"
31+
os.environ["XDG_RUNTIME_DIR"] = "/tmp/runtime-spectral"
3232
os.environ["CUDA_VISIBLE_DEVICES"] = '1'
3333

3434
def get_data():

‎cifar10_spectral.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
np.random.seed(random_seed)
2929
tf.random.set_seed(random_seed)
3030
# environment
31-
os.environ["XDG_RUNTIME_DIR"] = "/tmp/runtime-civitelli"
31+
os.environ["XDG_RUNTIME_DIR"] = "/tmp/runtime-spectral"
3232
os.environ["CUDA_VISIBLE_DEVICES"] = '1'
3333

3434
def get_data():

‎plot.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
random_seed = 42
1212
np.random.seed(random_seed)
1313
# environment
14-
os.environ["XDG_RUNTIME_DIR"] = "/tmp/runtime-civitelli"
14+
os.environ["XDG_RUNTIME_DIR"] = "/tmp/runtime-spectral"
1515

1616
for df_path in tqdm(glob("./test/*.csv"), "plot"):
1717
df = pd.read_csv(df_path, dtype={"regularizer": "category"})

‎plot_best.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
random_seed = 42
1212
np.random.seed(random_seed)
1313
# environment
14-
os.environ["XDG_RUNTIME_DIR"] = "/tmp/runtime-civitelli"
14+
os.environ["XDG_RUNTIME_DIR"] = "/tmp/runtime-spectral"
1515

1616
"""
1717
alg = {"connectivity": {"elu": ["0.01"],

0 commit comments

Comments
 (0)
Please sign in to comment.