logo
Browse Source

Add training guide link in readme

main
ChengZi 2 years ago
parent
commit
9d52933354
  1. 3
      README.md

3
README.md

@ -117,3 +117,6 @@ op = ops.audio_embedding.nnfp(device='cpu').get_op()
op.save_model('onnx', 'test.onnx') op.save_model('onnx', 'test.onnx')
``` ```
PosixPath('/Home/.towhee/operators/audio-embedding/nnfp/main/test.onnx') PosixPath('/Home/.towhee/operators/audio-embedding/nnfp/main/test.onnx')
## Fine-tune
To fine-tune this operator, please refer to [this example guide](https://github.com/towhee-io/examples/blob/main/fine_tune/7_fine_tune_audio_embedding_operator.ipynb).
Loading…
Cancel
Save