Skip to content

Commit

Permalink
Remove underscore from PyTorch (viamrobotics#3881)
Browse files Browse the repository at this point in the history
  • Loading branch information
tahiyasalam authored May 2, 2024
1 parent ce5f52e commit efcdadc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/ml_training.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ const (
ModelFrameworkUnspecified = ModelFramework("unspecified")
ModelFrameworkTFLite = ModelFramework("tflite")
ModelFrameworkTensorFlow = ModelFramework("tensorflow")
ModelFrameworkPyTorch = ModelFramework("py_torch")
ModelFrameworkPyTorch = ModelFramework("pytorch")
ModelFrameworkONNX = ModelFramework("onnx")
)

Expand Down

0 comments on commit efcdadc

Please sign in to comment.