Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
linlin0312 opened this issue Sep 8, 2023 · 1 comment
Open

Comments

@linlin0312
Copy link

In code roland/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
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants