mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2024-03-22 13:10:55 +08:00
fix model export. Update tf2onnx to 1.9.2
This commit is contained in:
parent
4b6bf003b8
commit
388964e8d0
|
@ -625,7 +625,7 @@ class AMPModel(ModelBase):
|
|||
name='AMP',
|
||||
input_names=['in_face:0','morph_value:0'],
|
||||
output_names=['out_face_mask:0','out_celeb_face:0','out_celeb_face_mask:0'],
|
||||
opset=9,
|
||||
opset=12,
|
||||
output_path=output_path)
|
||||
|
||||
#override
|
||||
|
|
|
@ -746,7 +746,7 @@ Examples: df, liae, df-d, df-ud, liae-ud, ...
|
|||
name='SAEHD',
|
||||
input_names=['in_face:0'],
|
||||
output_names=['out_face_mask:0','out_celeb_face:0','out_celeb_face_mask:0'],
|
||||
opset=9,
|
||||
opset=12,
|
||||
output_path=output_path)
|
||||
|
||||
#override
|
||||
|
|
|
@ -8,4 +8,4 @@ scikit-image==0.14.2
|
|||
scipy==1.4.1
|
||||
colorama
|
||||
tensorflow-gpu==2.4.0
|
||||
tf2onnx==1.8.4
|
||||
tf2onnx==1.9.2
|
|
@ -9,4 +9,4 @@ scipy==1.4.1
|
|||
colorama
|
||||
tensorflow-gpu==2.4.0
|
||||
pyqt5
|
||||
tf2onnx==1.8.4
|
||||
tf2onnx==1.9.2
|
Loading…
Reference in New Issue
Block a user