AnhP commited on
Commit
9daa8bd
·
verified ·
1 Parent(s): 54fb9f8

Update readme.txt

Browse files
Files changed (1) hide show
  1. readme.txt +4 -2
readme.txt CHANGED
@@ -1,9 +1,11 @@
1
  The model consumes a lot of resources for inference, so its inference code was modified to split the input into smaller parts, which results in longer inference time.
2
 
3
- The model might not have been fully trained, so the quality may not be optimal. It is currently paused at checkpoint 6624, but further training may be conducted in the future.
4
 
5
  The djcm.pt model has been trimmed by removing to_wav since it is not used.
6
 
7
  Training Dataset: https://huggingface.co/datasets/AnhP/Mir-1k-use-DJCM-training/resolve/main/dataset.zip
8
  Inference Code: https://github.com/PhamHuynhAnh16/DJCM/blob/main/inference.py
9
- Training Code: https://github.com/PhamHuynhAnh16/DJCM/blob/main/train_DJCM.py
 
 
 
1
  The model consumes a lot of resources for inference, so its inference code was modified to split the input into smaller parts, which results in longer inference time.
2
 
3
+ The model might not have been fully trained, so the quality may not be optimal. It is currently paused at checkpoint 8694, but further training may be conducted in the future.
4
 
5
  The djcm.pt model has been trimmed by removing to_wav since it is not used.
6
 
7
  Training Dataset: https://huggingface.co/datasets/AnhP/Mir-1k-use-DJCM-training/resolve/main/dataset.zip
8
  Inference Code: https://github.com/PhamHuynhAnh16/DJCM/blob/main/inference.py
9
+ Training Code: https://github.com/PhamHuynhAnh16/DJCM/blob/main/train_DJCM.py
10
+ Export Small Code: https://github.com/PhamHuynhAnh16/DJCM/blob/main/export_small_model.py
11
+ Export Onnx Code: https://github.com/PhamHuynhAnh16/DJCM/blob/main/export_onnx.py