Conversation
|
Should also add |
It has been added |
…de a dataset directory
e853677 to
36699c4
Compare
98sean98
left a comment
There was a problem hiding this comment.
Just a small fix for the dataset_found decorator
deploifai/context.py
Outdated
| ): | ||
| return click_context.invoke(f, *args, **kwargs) | ||
|
|
||
| raise local_config.DeploifaiNotInitialisedError("dataset.cfg not found") |
There was a problem hiding this comment.
Should tell the user how to initialize a dataset, and not just raise a dataset.cfg not found.
There was a problem hiding this comment.
what do you think of dataset.cfg not found, use deploifai dataset init to initialize a dataset ?
There was a problem hiding this comment.
yeah, seems good, this message is printed in the terminal right?
deploifai/dataset/pull.py
Outdated
| click.secho("No dataset information extracted", fg="yellow") | ||
| click.secho("Please run deploifai dataset init again") |
There was a problem hiding this comment.
Probably should just be Dataset has not been initialized, please run deploifai dataset init.
There was a problem hiding this comment.
This only happens if they have tampered with the dataset info
So unsure how to handle this
No description provided.