Skip to content

Commit

Permalink
cppe5 config
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishekkrthakur committed May 24, 2024
1 parent bac1295 commit bf00d68
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions configs/object_detection/hub_dataset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ log: tensorboard
backend: local

data:
path: keremberke/license-plate-object-detection
train_split: full:validation
valid_split: full:test
path: cppe-5
train_split: train
valid_split: test
column_mapping:
image_column: image
objects_column: objects
Expand Down
2 changes: 1 addition & 1 deletion src/autotrain/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
warnings.filterwarnings("ignore", category=UserWarning, module="huggingface_hub")

logger = Logger().get_logger()
__version__ = "0.7.110"
__version__ = "0.7.111.dev0"


def is_colab():
Expand Down

0 comments on commit bf00d68

Please sign in to comment.