mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-07-06 04:52:13 -07:00
_
This commit is contained in:
parent
b0b9072981
commit
5eaa59cea6
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ class TernausNet(object):
|
||||||
io.log_err("Unable to load VGG11 pretrained weights from vgg11_enc_weights.npy")
|
io.log_err("Unable to load VGG11 pretrained weights from vgg11_enc_weights.npy")
|
||||||
|
|
||||||
def save_weights(self):
|
def save_weights(self):
|
||||||
for model, filename in io.progress_bar_generator(self.model_filename_list, "Saving"):
|
for model, filename in io.progress_bar_generator(self.model_filename_list, "Saving", leave=False):
|
||||||
model.save_weights( self.weights_file_root / filename )
|
model.save_weights( self.weights_file_root / filename )
|
||||||
|
|
||||||
def extract (self, input_image):
|
def extract (self, input_image):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue