build: fix typing/mypy issues

This commit is contained in:
2022-10-27 14:25:09 +02:00
parent 47653d723c
commit d7756a7184
82 changed files with 6552 additions and 46 deletions

View File

@@ -0,0 +1,6 @@
from keras.api._v2.keras.models import experimental as experimental
from keras.engine.sequential import Sequential as Sequential
from keras.engine.training import Model as Model
from keras.models.cloning import clone_model as clone_model
from keras.saving.model_config import model_from_config as model_from_config, model_from_json as model_from_json, model_from_yaml as model_from_yaml
from keras.saving.save import load_model as load_model, save_model as save_model

View File

@@ -0,0 +1 @@
from keras.models.sharpness_aware_minimization import SharpnessAwareMinimization as SharpnessAwareMinimization