c3aidti / smoke

Gordon Group space
MIT License
0 stars 0 forks source link

Batch job issue #30

Closed babreu-ncsa closed 1 year ago

babreu-ncsa commented 1 year ago

Notebook: https://devsmokeapprc1-smokeapp.devrc01.c3aids.cloud/jupyter/notebooks/sandbox/Batch%20Trials/Batch%20Trial%202.ipynb

babreu-ncsa commented 1 year ago

Hi @vasanchez16 , the problem with the batch jobs is resolved. The root cause was that some GeoSurfaceTimePoints do not have SmokePPE data, so the batch job tried to train a model without data. I fixed it by adding logic to verify that there's data before training. Your notebook should run fine now.