From 9d52933354459438e0cb541e686dad79941da0dd Mon Sep 17 00:00:00 2001 From: ChengZi Date: Mon, 16 Jan 2023 15:36:38 +0800 Subject: [PATCH] Add training guide link in readme --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3cb0a0b..3162218 100644 --- a/README.md +++ b/README.md @@ -116,4 +116,7 @@ from towhee import ops op = ops.audio_embedding.nnfp(device='cpu').get_op() op.save_model('onnx', 'test.onnx') ``` - PosixPath('/Home/.towhee/operators/audio-embedding/nnfp/main/test.onnx') \ No newline at end of file + 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). \ No newline at end of file