mah92 commited on
Commit
51fb765
·
verified ·
1 Parent(s): badd7b2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -99,6 +99,11 @@ def save_figure_to_numpy(fig):
99
  return data
100
  ```
101
 
 
 
 
 
 
102
  ## Training results
103
  ![Training Results](khadijah-22050.png)
104
 
 
99
  return data
100
  ```
101
 
102
+ 8) After exporting to onnx, add sherpa metadata if you want to use the model with sherpa
103
+ ```
104
+ python3 ./add_sherpa_metadata_to_matcha.py
105
+ ```
106
+
107
  ## Training results
108
  ![Training Results](khadijah-22050.png)
109