model icon indicating copy to clipboard operation
model copied to clipboard

Generate v1 Embeddings

Open brunosan opened this issue 1 year ago • 1 comments

We need to generate embeddings, like on v0.1, on all the training set.

Since we are currently doing random cropping on the training set on loading, we also need to implement full coverage.

This is especially important since we now have different embeddings for each instrument. Ideally all embeddings are instrument agnostic, but we don't know yet, so it's important to maximize the overlap to check for that.

Related #207.

brunosan avatar Apr 28 '24 09:04 brunosan

When can we expect the script used to generate the v1 embeddings to be created/updated? The app team is hoping they can begin to integrate this ASAP to see if they can get v1 embeddings into the app in time for SatSummit.

cc @antymoro @lukaszknasiecki

lauracchen avatar May 01 '24 20:05 lauracchen

We generated embeddings for multiple regions and have an embedding builder. So running the embeddings on the training set might not be so useful anymore.

yellowcap avatar Jun 05 '24 11:06 yellowcap