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

generate explanations for unpooled remote sensing datasets #2384

Merged
merged 1 commit into from
Mar 19, 2021

Conversation

cdbethune
Copy link
Collaborator

fixes #2343

  1. Allows explanations to be generated when there is a learning dataset AND the system is working with unpooled data. We should probably be storing whether a dasaset is pooled or unpooled in the metadata, but we currently read the POOL_FEATURES env var.
  2. Forces the explanation produce call use CSV for output, as the go parquet lib we use handles nested lists by flattening them, without providing any of the original dimensions. This makes it impossible to reconstitute the 4x4 attention matrices from the flattened data.

@phorne-uncharted phorne-uncharted merged commit f0c64c7 into main Mar 19, 2021
@phorne-uncharted phorne-uncharted deleted the prefeaturized-explanations branch March 19, 2021 12:09
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.

Validate image explanations in search/classify workflow
2 participants