project-jcarbon / jcarbon

1 stars 2 forks source link

Clean up JCarbon tensorflow callback #35

Open jlee5205 opened 1 month ago

jlee5205 commented 1 month ago

The JCarbonPredictCallback works currently fine for Inference training, but it is sub-optimal. Coming back later to clean up/optimize this class.

atpoverload commented 1 month ago

To give more context, this class is hard to reuse, so we should eventually refactor it properly based on the work in https://github.com/project-jcarbon/jcarbon/pull/36.