Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 888 Bytes

readme.md

File metadata and controls

24 lines (16 loc) · 888 Bytes

The pre-trained model

Due to the file size limit of GitHub, I have uploaded the pre-trained model to Google Drive. You can download the pre-trained model from the following link:

Pre-trained model

Or you can also use the following command to download the model:

gdown --id 1FTnZVdOhMe4Kl5ZiIVwszRtOBvzxGWx3

And here is the Python code to download the model:

import gdown
url = 'https://drive.google.com/uc?id=1FTnZVdOhMe4Kl5ZiIVwszRtOBvzxGWx3'
output = 'model.pth'
gdown.download(url, output, quiet=False)

Note that this is a quantized model so you need to add the parameter quantized=True when using the inference script.

The original model is too large, and if you want to request a copy of that, please feel free to contact me. contact