Skip to content

Instantly share code, notes, and snippets.

@SubhadityaMukherjee
Created March 16, 2023 18:52
Show Gist options
  • Save SubhadityaMukherjee/4ecc9f7c7f8d678cfcb9406c5fc6a530 to your computer and use it in GitHub Desktop.
Save SubhadityaMukherjee/4ecc9f7c7f8d678cfcb9406c5fc6a530 to your computer and use it in GitHub Desktop.
tbcomb
combined_df = process_runs(main_path=main_path)
combined_df = combined_df[(~pd.isnull(combined_df['experiment_name'])) & (~pd.isnull(combined_df['Loss/Val']))]
combined_df.head()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment