AvivLugasi / DeepNet

Open source deep learning framework desinged to run on both CPU and GPU
0 stars 0 forks source link

add callbacks and conditions to model fit() #2

Open AvivLugasi opened 3 weeks ago

AvivLugasi commented 3 weeks ago

add callbacks to model: add options to save model in json format and load it from it(same for other model objects: e.g layers). add saving based on conditions (callbacks) add early stopping