Closed EiffL closed 1 year ago
The goal here is to establish a baseline using the state of the art so far that has been produced in astro for similar tasks.
Specifically:
The first architecture is a rather simple 1D CNN model, the second one is based on a standard resnet 50.
I'm starting to prototype this setup on this notebook here: https://github.com/FoundationModelsForScience/AstroCLIP/blob/main/notebooks/dev/ConvolutionalPrototyping.ipynb
Ok, this is done, demo notebook is here: https://github.com/FoundationModelsForScience/AstroCLIP/blob/main/notebooks/dev/LightningTraining.ipynb
Now it's just a matter of copy/pasting the code into a nice script
The goal here is to establish a baseline using the state of the art so far that has been produced in astro for similar tasks.
Specifically:
The first architecture is a rather simple 1D CNN model, the second one is based on a standard resnet 50.
I'm starting to prototype this setup on this notebook here: https://github.com/FoundationModelsForScience/AstroCLIP/blob/main/notebooks/dev/ConvolutionalPrototyping.ipynb