def load_weights(self, filepath, by_name=False, exclude=None): ... exlude: list of layer names to excluce """ import h5py from keras.engine import saving if ...
確定! 回上一頁