snap-stanford / roland

Other
125 stars 23 forks source link

/home/tianyudu/Development/GraphGym_dev/run/temp/runs_all_v2 #8

Open linlin0312 opened 1 year ago

linlin0312 commented 1 year ago

In coderoland/run/make_table_tensorboard_dev.py, the following path is included: /home/tianyudu/Development/GraphGym_dev/run/temp/runs_all_v2. Some of the relevant codes are as follows:

    elif table.startswith('table_4'):
        path_ours = '/home/tianyudu/Development/GraphGym_dev/run/temp/runs_all_v2'
        df = tabulate_events(path_ours, variables)
        df['dir'] = df['run'].copy()
        df['seed'] = df.run.apply(lambda x: x[-1])
        df['run'] = df['run'].apply(lambda x: x[:-2])

What file does this path correspond to? Thank you!

TianyuDu commented 1 year ago

Hi,

Sorry for the confusion, since tensorbord.dev was in beta release while we were making the make_table_tensorboard_dev.py script, I don't really recommend you using the make_table_tensorboard_dev.py, to replicate our tables. If you are trying to replicate tables in the paper, you could use the ./run/replicate_roland_tables.sh script for this purpose.

However, if you are still interested in the tensorboard.dev approach, all these records could be found here: https://github.com/snap-stanford/roland/tree/master/roland_raw_records