File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 28
28
np .random .seed (random_seed )
29
29
tf .random .set_seed (random_seed )
30
30
# environment
31
- os .environ ["XDG_RUNTIME_DIR" ] = "/tmp/runtime-civitelli "
31
+ os .environ ["XDG_RUNTIME_DIR" ] = "/tmp/runtime-spectral "
32
32
os .environ ["CUDA_VISIBLE_DEVICES" ] = '1'
33
33
34
34
def get_data ():
Original file line number Diff line number Diff line change 28
28
np .random .seed (random_seed )
29
29
tf .random .set_seed (random_seed )
30
30
# environment
31
- os .environ ["XDG_RUNTIME_DIR" ] = "/tmp/runtime-civitelli "
31
+ os .environ ["XDG_RUNTIME_DIR" ] = "/tmp/runtime-spectral "
32
32
os .environ ["CUDA_VISIBLE_DEVICES" ] = '1'
33
33
34
34
def get_data ():
Original file line number Diff line number Diff line change 28
28
np .random .seed (random_seed )
29
29
tf .random .set_seed (random_seed )
30
30
# environment
31
- os .environ ["XDG_RUNTIME_DIR" ] = "/tmp/runtime-civitelli "
31
+ os .environ ["XDG_RUNTIME_DIR" ] = "/tmp/runtime-spectral "
32
32
os .environ ["CUDA_VISIBLE_DEVICES" ] = '1'
33
33
34
34
def get_data ():
Original file line number Diff line number Diff line change 11
11
random_seed = 42
12
12
np .random .seed (random_seed )
13
13
# environment
14
- os .environ ["XDG_RUNTIME_DIR" ] = "/tmp/runtime-civitelli "
14
+ os .environ ["XDG_RUNTIME_DIR" ] = "/tmp/runtime-spectral "
15
15
16
16
for df_path in tqdm (glob ("./test/*.csv" ), "plot" ):
17
17
df = pd .read_csv (df_path , dtype = {"regularizer" : "category" })
Original file line number Diff line number Diff line change 11
11
random_seed = 42
12
12
np .random .seed (random_seed )
13
13
# environment
14
- os .environ ["XDG_RUNTIME_DIR" ] = "/tmp/runtime-civitelli "
14
+ os .environ ["XDG_RUNTIME_DIR" ] = "/tmp/runtime-spectral "
15
15
16
16
"""
17
17
alg = {"connectivity": {"elu": ["0.01"],
You can’t perform that action at this time.
0 commit comments