Upload paper_tables/table_paths.json with huggingface_hub
Browse files
paper_tables/table_paths.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"all_metrics_summary": "/kaggle/working/E2AM-ResNet50/paper_tables/all_metrics_summary.csv",
|
| 3 |
+
"training_results_table": "/kaggle/working/E2AM-ResNet50/paper_tables/training_results_table.csv",
|
| 4 |
+
"individual_method_study": "/kaggle/working/E2AM-ResNet50/paper_tables/individual_method_study.csv",
|
| 5 |
+
"cumulative_ablation_table": "/kaggle/working/E2AM-ResNet50/paper_tables/cumulative_ablation_table.csv",
|
| 6 |
+
"equal_epoch_comparison": "/kaggle/working/E2AM-ResNet50/paper_tables/equal_epoch_comparison.csv",
|
| 7 |
+
"deployment_results_table": "/kaggle/working/E2AM-ResNet50/paper_tables/deployment_results_table.csv"
|
| 8 |
+
}
|