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

training coordinates fix #68

Merged
merged 8 commits into from
Mar 30, 2022
Merged

training coordinates fix #68

merged 8 commits into from
Mar 30, 2022

Conversation

edobobo
Copy link
Contributor

@edobobo edobobo commented Mar 29, 2022

No description provided.

edobobo and others added 6 commits March 29, 2022 19:28
 If more than one dataset has been passed for validation, the prediction callback
 automatic inference uses the first one, we warn the user about this behavior.
compute_main_extension=True,
)
logger.info(
f"Main extension found: {train_coordinates.main_file_extension}"
)
else:
train_coordinates.train_bundle = load_bundle(
coordinates_dict.get("train_dataset")
coordinates_dict.get("train_dataset"),
Copy link
Member

@Valahaar Valahaar Mar 30, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

shouldn't this become dataset (instead of train_dataset) in the new version? should we address this now or later?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nope this is only the training coordinates file

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

mmm I'd like to be consistent, is it possible or does it break something?

@@ -23,3 +25,22 @@ but you can [add custom formats](/docs/getting-started/customizing-things/custom
If your dataset is already formatted like this, great! Otherwise, this is the only bit where coding is required.
You can either convert it yourself (via a python or bash script, whatever you're comfortable with), or you can register
a [custom data reader](/docs/getting-started/customizing-things/custom-data-format/) to support your dataset format.


## Datasets Organization
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"organization" here does not translate from Italian :D I'd say Datasets Folder Structure

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Organizing? Because it does not have to be a folder.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yup, Organizing Datasets sounds a lot better

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok

@Valahaar Valahaar merged commit 1ce9dce into v0.3.0 Mar 30, 2022
@poccio poccio deleted the bug-fix/training-coordinates branch April 22, 2022 16:11
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants