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

Make fix labels pipeline #68

Merged
merged 2 commits into from
Jan 31, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -153,4 +153,5 @@ wandb/*
*/wandb/*
*wandb
foodvision/models/*
foodvision/predictions/*
foodvision/predictions/*
*_annotations.csv
2 changes: 1 addition & 1 deletion foodvision/configs/default_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
# Weights and Biases
config.wandb_project = "test_wandb_artifacts_by_reference"
config.wandb_job_type = ""
# config.wandb_run_tags = ["train"] # NOTE: perhaps this can be per script? so the default doesn't just always end up as "train"
config.wandb_run_notes = ""
config.wandb_run_tags = [""] # NOTE: perhaps this can be per script? so the default doesn't just always end up as "train"

config.wandb_model_artifact = "trained_model:latest"
config.wandb_dataset_artifact = "food_vision_199_classes_images:latest"
Expand Down
37 changes: 37 additions & 0 deletions foodvision/notebooks/00_explore_class_names.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Notebook to explore the naming of the class names for FoodVision\n",
"\n",
"* **Goal:** Get the class names for FoodVision and see which ones can be broken down into something more specific.\n"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"name": "python",
"version": "3.8.10 (default, Nov 26 2021, 20:14:08) \n[GCC 9.3.0]"
},
"orig_nbformat": 4,
"vscode": {
"interpreter": {
"hash": "31f2aee4e71d21fbe5cf8b01ff0e069b9275f58929596ceb00d14d90e3e16cd6"
}
}
},
"nbformat": 4,
"nbformat_minor": 2
}
Loading