tomitan100

Results 1 comments of tomitan100

> I am using something like this > > metric = 'acc' > target_dir = "../models/weights-improvement/" > if not os.path.exists(target_dir): > os.mkdir(target_dir) > model.save('../models/model') > model.save_weights('../models/weights') > > checkpoint =...