mirror of
https://github.com/pstrueb/piper.git
synced 2026-04-20 07:14:48 +00:00
Use opset 15 for older PyTorch
This commit is contained in:
@@ -10,7 +10,7 @@ from .vits.lightning import VitsModel
|
||||
|
||||
_LOGGER = logging.getLogger("larynx_train.export_onnx")
|
||||
|
||||
OPSET_VERSION = 16
|
||||
OPSET_VERSION = 15
|
||||
|
||||
|
||||
def main():
|
||||
|
||||
Reference in New Issue
Block a user