Created
March 16, 2023 18:52
-
-
Save SubhadityaMukherjee/4ecc9f7c7f8d678cfcb9406c5fc6a530 to your computer and use it in GitHub Desktop.
tbcomb
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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