diff --git a/.gitattributes b/.gitattributes index a6344aac8c09253b3b630fb776ae94478aa0275b..6efb29959006a0857eb12df4b8cc490ffd6c8cf8 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,35 +1,5 @@ -*.7z filter=lfs diff=lfs merge=lfs -text -*.arrow filter=lfs diff=lfs merge=lfs -text -*.bin filter=lfs diff=lfs merge=lfs -text -*.bz2 filter=lfs diff=lfs merge=lfs -text -*.ckpt filter=lfs diff=lfs merge=lfs -text -*.ftz filter=lfs diff=lfs merge=lfs -text -*.gz filter=lfs diff=lfs merge=lfs -text -*.h5 filter=lfs diff=lfs merge=lfs -text -*.joblib filter=lfs diff=lfs merge=lfs -text -*.lfs.* filter=lfs diff=lfs merge=lfs -text -*.mlmodel filter=lfs diff=lfs merge=lfs -text -*.model filter=lfs diff=lfs merge=lfs -text -*.msgpack filter=lfs diff=lfs merge=lfs -text +*.index filter=lfs diff=lfs merge=lfs -text *.npy filter=lfs diff=lfs merge=lfs -text -*.npz filter=lfs diff=lfs merge=lfs -text -*.onnx filter=lfs diff=lfs merge=lfs -text -*.ot filter=lfs diff=lfs merge=lfs -text -*.parquet filter=lfs diff=lfs merge=lfs -text -*.pb filter=lfs diff=lfs merge=lfs -text -*.pickle filter=lfs diff=lfs merge=lfs -text -*.pkl filter=lfs diff=lfs merge=lfs -text -*.pt filter=lfs diff=lfs merge=lfs -text *.pth filter=lfs diff=lfs merge=lfs -text -*.rar filter=lfs diff=lfs merge=lfs -text -*.safetensors filter=lfs diff=lfs merge=lfs -text -saved_model/**/* filter=lfs diff=lfs merge=lfs -text -*.tar.* filter=lfs diff=lfs merge=lfs -text -*.tar filter=lfs diff=lfs merge=lfs -text -*.tflite filter=lfs diff=lfs merge=lfs -text -*.tgz filter=lfs diff=lfs merge=lfs -text -*.wasm filter=lfs diff=lfs merge=lfs -text -*.xz filter=lfs diff=lfs merge=lfs -text *.zip filter=lfs diff=lfs merge=lfs -text -*.zst filter=lfs diff=lfs merge=lfs -text -*tfevents* filter=lfs diff=lfs merge=lfs -text +events.out.tfevents.* filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md index 3c7c6a10d0d6f251612d9fbc86faab06d66fd918..98a01f1e18c4a7935ae1779bc624d1bd919edbb5 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,45 @@ --- license: cc-by-nc-sa-4.0 +language: vi +base_model: lj1995/VoiceConversionWebUI +pipeline_tag: audio-to-audio +inference: false +tags: [rvc, RVC] --- +# RVC NgNgNgan + +## License + +![license](https://mirrors.creativecommons.org/presskit/buttons/88x31/png/by-nc-sa.png) + +In accordance with the terms of the CC-BY-NC-SA-4.0 license, the use of my checkpoints and any audio output generated by them for commercial purposes is strictly prohibited. This includes, but is not limited to: +- online and offline voice cloning as a service +- online and offline text-to-speech as a service +- content creation for monetization on social media platforms + + +Căn cứ vào các điều khoản của giấp phép CC-BY-NC-SA-4.0, việc sử dụng các checkpoints này và bất kỳ đầu ra âm thanh nào được tạo bởi chúng đều bị nghiêm cấm sử dụng cho mục đích thương mại. Điều này bao gồm, nhưng không giới hạn ở: +- các dịch vụ nhân bản giọng nói trực tuyến và ngoại tuyến +- các dịch vụ chuyển văn bản thành giọng nói trực tuyến và ngoại tuyến +- tạo nội dung để kiếm tiền trên các nền tảng mạng xã hội + +## What is RVC? + +original: https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI + +i trained using this fork: https://github.com/IAHispano/Applio + +## Final result: + +- checkpoint: https://huggingface.co./doof-ferb/rvc-ngngngan/blob/main/ckpt/nguyenngocngan_e160_s168480.pth +- index: https://huggingface.co./doof-ferb/rvc-ngngngan/blob/main/idx/added_IVF256_Flat_nprobe_1_nguyenngocngan_v2.index + +## About this repo + +- Vietnamese M.C. Nguyễn Ngọc Ngạn +- data scraping code: https://github.com/phineas-pta/speech-synthesis-ngngngan +- 6h30min audio at 48 kHz + RMVPE pitch extraction = 16.1 GiB disk space +- batch size = 8 ⇒ 1 epoch = 1053 steps +- train locally from scratch, ≈ 10’30” per epoch +- train 300 epochs, save ckpt every 5 epoch, select ckpt at 160th epoch +- i haven’t tested all the models 1 by 1 diff --git a/ckpt/D_2333333.pth b/ckpt/D_2333333.pth new file mode 100644 index 0000000000000000000000000000000000000000..59c174ea3a8e8b9395550daebf0ff21ec43ac34b --- /dev/null +++ b/ckpt/D_2333333.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:648254dc2d7e46fb27ed32acfeae38ca57e841794f80c2b61891f9d7caa5a9ae +size 857126906 diff --git a/ckpt/G_2333333.pth b/ckpt/G_2333333.pth new file mode 100644 index 0000000000000000000000000000000000000000..7b4020579e487e229963c630fe74fd16e9ff15df --- /dev/null +++ b/ckpt/G_2333333.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cf97f5e5ef10654b4ddccf6551f9b8eba1039ba17a748886209069ed2448a16 +size 452339282 diff --git a/ckpt/nguyenngocngan_e005_s005265.pth b/ckpt/nguyenngocngan_e005_s005265.pth new file mode 100644 index 0000000000000000000000000000000000000000..4c25a30f813a492875500b68f92053488cf13f7c --- /dev/null +++ b/ckpt/nguyenngocngan_e005_s005265.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7f4d0a4bde2414e61e03c7f0db3dabec81f48566bd6c65bb7413d728d81ee8b +size 57590448 diff --git a/ckpt/nguyenngocngan_e010_s010530.pth b/ckpt/nguyenngocngan_e010_s010530.pth new file mode 100644 index 0000000000000000000000000000000000000000..3c4c46d821cce3445cbd916907a10c9738ce0235 --- /dev/null +++ b/ckpt/nguyenngocngan_e010_s010530.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:511ec4b130aaa38f0863021a81f78c7d982003fcb6a46d9b8d42017a4d2c51c6 +size 57591370 diff --git a/ckpt/nguyenngocngan_e015_s015795.pth b/ckpt/nguyenngocngan_e015_s015795.pth new file mode 100644 index 0000000000000000000000000000000000000000..a877d69f28dd3c98868fa2a82089ecc9958d0510 --- /dev/null +++ b/ckpt/nguyenngocngan_e015_s015795.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3baf763ae82e27ebdbf0f2928d15cbf702ee1b6ae694efa2f83e31bd42edc8a4 +size 57591370 diff --git a/ckpt/nguyenngocngan_e020_s021060.pth b/ckpt/nguyenngocngan_e020_s021060.pth new file mode 100644 index 0000000000000000000000000000000000000000..4a68cc2efbd6e43ceff2748f2bcbaf9d3d21d196 --- /dev/null +++ b/ckpt/nguyenngocngan_e020_s021060.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc5402db0e5101c3892d46f281a05432552848706445273f220391cc96cba172 +size 57591370 diff --git a/ckpt/nguyenngocngan_e025_s026325.pth b/ckpt/nguyenngocngan_e025_s026325.pth new file mode 100644 index 0000000000000000000000000000000000000000..cccb2db5bf5584cb6cb2cd9c963ad8de74552fdd --- /dev/null +++ b/ckpt/nguyenngocngan_e025_s026325.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77841ed73db79181b01020eab6515c7074a4997e01acb884863d7bc22577f704 +size 57591370 diff --git a/ckpt/nguyenngocngan_e030_s031590.pth b/ckpt/nguyenngocngan_e030_s031590.pth new file mode 100644 index 0000000000000000000000000000000000000000..9fde405c0ca09d054cc4eb0b8c3d250b877d8122 --- /dev/null +++ b/ckpt/nguyenngocngan_e030_s031590.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:411fa0ac25c246c91d56dd1532b2cb711732a49f190d1dc4227be4633e39fc60 +size 57591370 diff --git a/ckpt/nguyenngocngan_e035_s036855.pth b/ckpt/nguyenngocngan_e035_s036855.pth new file mode 100644 index 0000000000000000000000000000000000000000..8c46ef6afef605875e805f13e21999007e3d8e02 --- /dev/null +++ b/ckpt/nguyenngocngan_e035_s036855.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75accc7e8cca82ac0075174e23ff64228db32449e56960e02a42476a4cf90ea3 +size 57591370 diff --git a/ckpt/nguyenngocngan_e040_s042120.pth b/ckpt/nguyenngocngan_e040_s042120.pth new file mode 100644 index 0000000000000000000000000000000000000000..0a51bb4f8e236bbe73c28ca99edc3112c7a9b1df --- /dev/null +++ b/ckpt/nguyenngocngan_e040_s042120.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7aed2f1b0e303c7dba7db740cc5ae2ef34da33bd72cab2e48b99e5dd91e9705c +size 57591370 diff --git a/ckpt/nguyenngocngan_e045_s047385.pth b/ckpt/nguyenngocngan_e045_s047385.pth new file mode 100644 index 0000000000000000000000000000000000000000..96faff38889b637041fde0a6b469e9fe2465e09c --- /dev/null +++ b/ckpt/nguyenngocngan_e045_s047385.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc6dec93cac19ec73af1294faefe421965ae4eadc601b1e4908abfac56ae2973 +size 57591370 diff --git a/ckpt/nguyenngocngan_e050_s052650.pth b/ckpt/nguyenngocngan_e050_s052650.pth new file mode 100644 index 0000000000000000000000000000000000000000..afc2fa3abb19bbef1e99b54de992060dfab8fd22 --- /dev/null +++ b/ckpt/nguyenngocngan_e050_s052650.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f31bfdcc178f608e09f07b027912cbd386f3a5945af06c568d51cf717160ab9a +size 57591370 diff --git a/ckpt/nguyenngocngan_e055_s057915.pth b/ckpt/nguyenngocngan_e055_s057915.pth new file mode 100644 index 0000000000000000000000000000000000000000..7fe683fd38a3f62614f6a875616ce84521f431ca --- /dev/null +++ b/ckpt/nguyenngocngan_e055_s057915.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f40dc7bcc44afda315a9fea4fa9fc32ce92d4f69951d28f9ad045af9e64fbb86 +size 57591370 diff --git a/ckpt/nguyenngocngan_e060_s063180.pth b/ckpt/nguyenngocngan_e060_s063180.pth new file mode 100644 index 0000000000000000000000000000000000000000..c31295d7733991f3577ba9bf0bc12a086a5b80f7 --- /dev/null +++ b/ckpt/nguyenngocngan_e060_s063180.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c85cea0c4a14115937b32201096cadaaa1e601a0cdd610c7796bb7a5d0443bd7 +size 57591370 diff --git a/ckpt/nguyenngocngan_e065_s068445.pth b/ckpt/nguyenngocngan_e065_s068445.pth new file mode 100644 index 0000000000000000000000000000000000000000..af6885f7f431d06da1af2626643e4a2d95390cd6 --- /dev/null +++ b/ckpt/nguyenngocngan_e065_s068445.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47dbefbe8886986c666fda424d91f31aeef1075f2124a3900f88c700198182f0 +size 57591370 diff --git a/ckpt/nguyenngocngan_e070_s073710.pth b/ckpt/nguyenngocngan_e070_s073710.pth new file mode 100644 index 0000000000000000000000000000000000000000..5b1d9ccb76ea4059bba40aa0d72a08f075f9ce7c --- /dev/null +++ b/ckpt/nguyenngocngan_e070_s073710.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f1be4369f032bb5e345ea7b34c0d3df9f7f9ba233cae68ccce7fefa58d7fa97 +size 57591370 diff --git a/ckpt/nguyenngocngan_e075_s078975.pth b/ckpt/nguyenngocngan_e075_s078975.pth new file mode 100644 index 0000000000000000000000000000000000000000..55bacec7e1fc9dc9dd2232f6b33593d9ecd45f21 --- /dev/null +++ b/ckpt/nguyenngocngan_e075_s078975.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c6186b6eadcfa945a2c0b4415eabdd4e2be6828f3c07e2764ddd4e9859736b8 +size 57591370 diff --git a/ckpt/nguyenngocngan_e080_s084240.pth b/ckpt/nguyenngocngan_e080_s084240.pth new file mode 100644 index 0000000000000000000000000000000000000000..2021db781719140299f58772032029b81ec20b3b --- /dev/null +++ b/ckpt/nguyenngocngan_e080_s084240.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:531e5ae21ba3b2deacd4e5017760278830c839988389b59759df005480fd7a64 +size 57591370 diff --git a/ckpt/nguyenngocngan_e085_s089505.pth b/ckpt/nguyenngocngan_e085_s089505.pth new file mode 100644 index 0000000000000000000000000000000000000000..1812c1b8896ba10b50da45252ee8f5425fa77925 --- /dev/null +++ b/ckpt/nguyenngocngan_e085_s089505.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2fbcac548e9251b9474ec41d536ae73c6db6cec23406e9fda96eb5d046f7ca0 +size 57591370 diff --git a/ckpt/nguyenngocngan_e090_s094770.pth b/ckpt/nguyenngocngan_e090_s094770.pth new file mode 100644 index 0000000000000000000000000000000000000000..5c4049d55c9ceb1ee28e39e84a9a499f4d30eeda --- /dev/null +++ b/ckpt/nguyenngocngan_e090_s094770.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbe60ebe3d5c85753eb58a68f7ab5f2b8edf6c73b9edffbbe80867c237d4ae46 +size 57591370 diff --git a/ckpt/nguyenngocngan_e095_s100035.pth b/ckpt/nguyenngocngan_e095_s100035.pth new file mode 100644 index 0000000000000000000000000000000000000000..3f1a004b27c51dbb361216213452c39d95616fdb --- /dev/null +++ b/ckpt/nguyenngocngan_e095_s100035.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cead947fa90cf43982d41e62cffb20531dc09c65d929d485adeb7fc793f8b57 +size 57591831 diff --git a/ckpt/nguyenngocngan_e100_s105300.pth b/ckpt/nguyenngocngan_e100_s105300.pth new file mode 100644 index 0000000000000000000000000000000000000000..49393a3f1a445e6a18e5924caf798d910fed1245 --- /dev/null +++ b/ckpt/nguyenngocngan_e100_s105300.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:685ae6901267758d3b2b0a007b02323d94e1730c85dc8b5a98f59533f9ef36ee +size 57592292 diff --git a/ckpt/nguyenngocngan_e105_s110565.pth b/ckpt/nguyenngocngan_e105_s110565.pth new file mode 100644 index 0000000000000000000000000000000000000000..ebff7368728bc2d73ee2e38db997132a5c990753 --- /dev/null +++ b/ckpt/nguyenngocngan_e105_s110565.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c2f5d9f647693bf2c938ad8a3f289376526a775fa120ead5cc7bf419864abe3 +size 57592292 diff --git a/ckpt/nguyenngocngan_e110_s115830.pth b/ckpt/nguyenngocngan_e110_s115830.pth new file mode 100644 index 0000000000000000000000000000000000000000..fc9913dece37f62beb7304097ee0ea11719ff362 --- /dev/null +++ b/ckpt/nguyenngocngan_e110_s115830.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5274483ee575d3082f50d90ee44091305cff7a5d2e8ca385ca5ca133e11418bb +size 57592292 diff --git a/ckpt/nguyenngocngan_e115_s121095.pth b/ckpt/nguyenngocngan_e115_s121095.pth new file mode 100644 index 0000000000000000000000000000000000000000..30e84484ba8edef8f7965b286b2f46168b50d3d2 --- /dev/null +++ b/ckpt/nguyenngocngan_e115_s121095.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f31acf9fc290e63852b5128caa0893562744a31016e4e7b58cd7831c55feeca7 +size 57592292 diff --git a/ckpt/nguyenngocngan_e120_s126360.pth b/ckpt/nguyenngocngan_e120_s126360.pth new file mode 100644 index 0000000000000000000000000000000000000000..bbf86abeb1be881dc9c88123d73c38552c37caca --- /dev/null +++ b/ckpt/nguyenngocngan_e120_s126360.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51db9269a8e49f1f96a8f40aec97fc216dd1c90b0feb586339873345b4023ff7 +size 57592292 diff --git a/ckpt/nguyenngocngan_e125_s131625.pth b/ckpt/nguyenngocngan_e125_s131625.pth new file mode 100644 index 0000000000000000000000000000000000000000..06f1a4888ba6900147b4816f20bfe93d7ea669dd --- /dev/null +++ b/ckpt/nguyenngocngan_e125_s131625.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5be8b8345b1c571b0b594fd1a64bebe6fc7c2f411d11a65a828ec4d8cf31b9d2 +size 57592292 diff --git a/ckpt/nguyenngocngan_e130_s136890.pth b/ckpt/nguyenngocngan_e130_s136890.pth new file mode 100644 index 0000000000000000000000000000000000000000..fcf1a4bf9f59d51ba73268d357848c38cc77043c --- /dev/null +++ b/ckpt/nguyenngocngan_e130_s136890.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27de13ca116d68fc1f99adbe57dcadba301b4251dc4df2d4cb2e69f8172e9098 +size 57592292 diff --git a/ckpt/nguyenngocngan_e135_s142155.pth b/ckpt/nguyenngocngan_e135_s142155.pth new file mode 100644 index 0000000000000000000000000000000000000000..cff34ada29c586d4057631c25f74b15eb457d710 --- /dev/null +++ b/ckpt/nguyenngocngan_e135_s142155.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe37e85ea732e2c4f2d7a2ea897699baa7615185bbf593735daa3a42a143e34d +size 57592292 diff --git a/ckpt/nguyenngocngan_e140_s147420.pth b/ckpt/nguyenngocngan_e140_s147420.pth new file mode 100644 index 0000000000000000000000000000000000000000..fbc9ce8bc4c5bfd008173b535a7456f341910db4 --- /dev/null +++ b/ckpt/nguyenngocngan_e140_s147420.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:539072ed02391477298e0553f1fee93244722d9ca70230b095e44dd79be6e16f +size 57592292 diff --git a/ckpt/nguyenngocngan_e145_s152685.pth b/ckpt/nguyenngocngan_e145_s152685.pth new file mode 100644 index 0000000000000000000000000000000000000000..c2344848b8ddf00161e4baf92c4ca35532c93c89 --- /dev/null +++ b/ckpt/nguyenngocngan_e145_s152685.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e55d1918c0dc7a21ebb7646e1afc19c7ccc0386f17f0b4439cce8179a3cc16fa +size 57592292 diff --git a/ckpt/nguyenngocngan_e150_s157950.pth b/ckpt/nguyenngocngan_e150_s157950.pth new file mode 100644 index 0000000000000000000000000000000000000000..5a903dbffb2a33a8cc5ae0b3bb8ab21b71bf5172 --- /dev/null +++ b/ckpt/nguyenngocngan_e150_s157950.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97441c82da49d09a55026fea331d78d9ae3617693ab3c3735af1ac45cccc7960 +size 57592292 diff --git a/ckpt/nguyenngocngan_e155_s163215.pth b/ckpt/nguyenngocngan_e155_s163215.pth new file mode 100644 index 0000000000000000000000000000000000000000..d9cd633b935f0891cb5f22afbc636daf6b9f23e1 --- /dev/null +++ b/ckpt/nguyenngocngan_e155_s163215.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c8a4a18b9142c47825eb436b6f1a6eb4a41dc7a3d73b8ec83514a9c02da88e6 +size 57592292 diff --git a/ckpt/nguyenngocngan_e160_s168480.pth b/ckpt/nguyenngocngan_e160_s168480.pth new file mode 100644 index 0000000000000000000000000000000000000000..4321e5d5962677e9f7573830c2b425a544d40162 --- /dev/null +++ b/ckpt/nguyenngocngan_e160_s168480.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e01648757cf402c2ca13291dbf658ccc25e51261aa845395ed7449ba77370ac +size 57592292 diff --git a/ckpt/nguyenngocngan_e165_s173745.pth b/ckpt/nguyenngocngan_e165_s173745.pth new file mode 100644 index 0000000000000000000000000000000000000000..20b49dcf2e25a6ef717aa817641493cbc54b7aa4 --- /dev/null +++ b/ckpt/nguyenngocngan_e165_s173745.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b99a24415ca61dffc766da7b969637b543d5f854351a7010b9501bf0606bfd8 +size 57592292 diff --git a/ckpt/nguyenngocngan_e170_s179010.pth b/ckpt/nguyenngocngan_e170_s179010.pth new file mode 100644 index 0000000000000000000000000000000000000000..b17232a48fa07fcb62e5213fa6b6ac8166af8d52 --- /dev/null +++ b/ckpt/nguyenngocngan_e170_s179010.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:801d2a0930e25ae6b29a886a35c69ffe0cc87c7a69c57c793a614bf41d651e95 +size 57592292 diff --git a/ckpt/nguyenngocngan_e175_s184275.pth b/ckpt/nguyenngocngan_e175_s184275.pth new file mode 100644 index 0000000000000000000000000000000000000000..4f7b50f82bfd799d6b65a925845a511f93f81309 --- /dev/null +++ b/ckpt/nguyenngocngan_e175_s184275.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a806bf3cbed9217e4c9cde9433d8992c18553598436e3c02bf353840503266f +size 57592292 diff --git a/ckpt/nguyenngocngan_e180_s189540.pth b/ckpt/nguyenngocngan_e180_s189540.pth new file mode 100644 index 0000000000000000000000000000000000000000..a1e2a254f9072df3cf743f4ccb18afa6286b3682 --- /dev/null +++ b/ckpt/nguyenngocngan_e180_s189540.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92d716bc98edd4911ca854b921d916396dbdac0fc51fe76ccc337e5df491e198 +size 57592292 diff --git a/ckpt/nguyenngocngan_e185_s194805.pth b/ckpt/nguyenngocngan_e185_s194805.pth new file mode 100644 index 0000000000000000000000000000000000000000..dbdd29de7cddad3c934aa886fe6f6230f30017bf --- /dev/null +++ b/ckpt/nguyenngocngan_e185_s194805.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:743cd6bc67c5e0819186309f473d4fb1dd9fa044da8b49d7c195736d6439d26c +size 57592292 diff --git a/ckpt/nguyenngocngan_e190_s200070.pth b/ckpt/nguyenngocngan_e190_s200070.pth new file mode 100644 index 0000000000000000000000000000000000000000..0862b01b63ef8dd9d70782eb2da7d2d02c50e760 --- /dev/null +++ b/ckpt/nguyenngocngan_e190_s200070.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fa290e14bd6247acbee6f81f4aa81e44fab4f7020af9d4c41e8d86aa1b770ea +size 57592292 diff --git a/ckpt/nguyenngocngan_e195_s205335.pth b/ckpt/nguyenngocngan_e195_s205335.pth new file mode 100644 index 0000000000000000000000000000000000000000..a27c0d72d794a2fee7148756befbc30edb9fa139 --- /dev/null +++ b/ckpt/nguyenngocngan_e195_s205335.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2aa380478b6f2e7b10368589e7ace757443de0fb681f656ef51fa8720f91d46d +size 57592292 diff --git a/ckpt/nguyenngocngan_e200_s210600.pth b/ckpt/nguyenngocngan_e200_s210600.pth new file mode 100644 index 0000000000000000000000000000000000000000..beaddb7fa9bdc80d58c8628ca1d1c9078ca03048 --- /dev/null +++ b/ckpt/nguyenngocngan_e200_s210600.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:624a1e5c806cc141b70a0bb47043bd54bcc04b5344700831fe097aef2962caf3 +size 57592292 diff --git a/ckpt/nguyenngocngan_e205_s215865.pth b/ckpt/nguyenngocngan_e205_s215865.pth new file mode 100644 index 0000000000000000000000000000000000000000..a510d5457c55ab98b48e65ea5041eb06123d8069 --- /dev/null +++ b/ckpt/nguyenngocngan_e205_s215865.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75092586d9d09b6aa01c4a4d5673986d017544e8937065c97fefc03a4e6e9c91 +size 57592292 diff --git a/ckpt/nguyenngocngan_e210_s221130.pth b/ckpt/nguyenngocngan_e210_s221130.pth new file mode 100644 index 0000000000000000000000000000000000000000..d44da5708a0dd2df203b347a99fa59ec33257653 --- /dev/null +++ b/ckpt/nguyenngocngan_e210_s221130.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a23c1a80734625f32aa7fd3874b58d9e67eae7ed55639b9a4044473dc97bf73d +size 57592292 diff --git a/ckpt/nguyenngocngan_e215_s226395.pth b/ckpt/nguyenngocngan_e215_s226395.pth new file mode 100644 index 0000000000000000000000000000000000000000..21382ea0d491c0909af0efc14f2bbd171ef9f8bc --- /dev/null +++ b/ckpt/nguyenngocngan_e215_s226395.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b00bbd31566d9661e522db441570b174f25b04adf10ff37384344bcbeaf3e882 +size 57592292 diff --git a/ckpt/nguyenngocngan_e220_s231660.pth b/ckpt/nguyenngocngan_e220_s231660.pth new file mode 100644 index 0000000000000000000000000000000000000000..6ace20df7a9e59c63afe453f0691dfdc26f1fbdf --- /dev/null +++ b/ckpt/nguyenngocngan_e220_s231660.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:664f7c6e3bcac117e93c59df70997e2e4888c2580533ba89e15c5cb3dda98c30 +size 57592292 diff --git a/ckpt/nguyenngocngan_e225_s236925.pth b/ckpt/nguyenngocngan_e225_s236925.pth new file mode 100644 index 0000000000000000000000000000000000000000..7323fec750127471f884dea1f00f5d69feceb9e9 --- /dev/null +++ b/ckpt/nguyenngocngan_e225_s236925.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f6f4dee82d5579e1af8bc79f219883134a3463f4822913186f393bb8072fe82 +size 57592292 diff --git a/ckpt/nguyenngocngan_e230_s242190.pth b/ckpt/nguyenngocngan_e230_s242190.pth new file mode 100644 index 0000000000000000000000000000000000000000..fd8815436b24a828e1b0384fa1d181df72707924 --- /dev/null +++ b/ckpt/nguyenngocngan_e230_s242190.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92afb7c83e41108c353ff135374edc3a88c23f00661f5765ade61c4dd161cd29 +size 57592292 diff --git a/ckpt/nguyenngocngan_e235_s247455.pth b/ckpt/nguyenngocngan_e235_s247455.pth new file mode 100644 index 0000000000000000000000000000000000000000..e93276f2f83c87e3bfe7b6b20eb0d966f3856071 --- /dev/null +++ b/ckpt/nguyenngocngan_e235_s247455.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcd5cb0456ba30a75fb6b52c95475180df4edc1cffeb08f3802d8f894e64ae4d +size 57592292 diff --git a/ckpt/nguyenngocngan_e240_s252720.pth b/ckpt/nguyenngocngan_e240_s252720.pth new file mode 100644 index 0000000000000000000000000000000000000000..ab52d531db25568fefbc18f79c2c4b1ca91e5cba --- /dev/null +++ b/ckpt/nguyenngocngan_e240_s252720.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d38a04cd01919a6874c8660c407ab8d9b1c67d568056e48bf951f9b1575b8ca +size 57592292 diff --git a/ckpt/nguyenngocngan_e245_s257985.pth b/ckpt/nguyenngocngan_e245_s257985.pth new file mode 100644 index 0000000000000000000000000000000000000000..add6a8b070c501f9657a34da89069057f028d1a9 --- /dev/null +++ b/ckpt/nguyenngocngan_e245_s257985.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0297b7d4609d1ede13257725b92155c95f4ced6ff3525eee32c1d15a34c2df55 +size 57592292 diff --git a/ckpt/nguyenngocngan_e250_s263250.pth b/ckpt/nguyenngocngan_e250_s263250.pth new file mode 100644 index 0000000000000000000000000000000000000000..953f90d5c9b6f691505f632d313b6079f4cc5170 --- /dev/null +++ b/ckpt/nguyenngocngan_e250_s263250.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22b8f71da2a6bfb8cc02afe65c53240e5e57a33e01381454c72765c65963ae43 +size 57592292 diff --git a/ckpt/nguyenngocngan_e255_s268515.pth b/ckpt/nguyenngocngan_e255_s268515.pth new file mode 100644 index 0000000000000000000000000000000000000000..c4fb7fb08da66ba4332ad65c917394bfe98ac8e0 --- /dev/null +++ b/ckpt/nguyenngocngan_e255_s268515.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3421ca4754377c611f4bc9d3547b6b2d48036d5d3a3402e9e69b397636f2220 +size 57592292 diff --git a/ckpt/nguyenngocngan_e260_s273780.pth b/ckpt/nguyenngocngan_e260_s273780.pth new file mode 100644 index 0000000000000000000000000000000000000000..3a45bb6718f8c6423059bf36a76d51450a5300bb --- /dev/null +++ b/ckpt/nguyenngocngan_e260_s273780.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bec71f9d8ba63012e609d6f09a59e3e7a9061cc6bd8f564bdfa11139def8f65f +size 57592292 diff --git a/ckpt/nguyenngocngan_e265_s279045.pth b/ckpt/nguyenngocngan_e265_s279045.pth new file mode 100644 index 0000000000000000000000000000000000000000..ccadefc06122f09b05b02f728837761ccfb207fa --- /dev/null +++ b/ckpt/nguyenngocngan_e265_s279045.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e28fa3b3260b301cdffa8482837688c6dcb30ac312669b0759c768e1e175d40 +size 57592292 diff --git a/ckpt/nguyenngocngan_e270_s284310.pth b/ckpt/nguyenngocngan_e270_s284310.pth new file mode 100644 index 0000000000000000000000000000000000000000..279ffff110e3b4560ac2de9edb7648246137faca --- /dev/null +++ b/ckpt/nguyenngocngan_e270_s284310.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1c76d9846270438c3f7c9915e419dbaea02fd99e2f9954d69a69b9fc6f230fa +size 57592292 diff --git a/ckpt/nguyenngocngan_e275_s289575.pth b/ckpt/nguyenngocngan_e275_s289575.pth new file mode 100644 index 0000000000000000000000000000000000000000..fb564989518c668d0eaf72f35f72d050d8a64223 --- /dev/null +++ b/ckpt/nguyenngocngan_e275_s289575.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c67ac80f00431da9e7fc78c91b046deb786db2ea183850ff0ea6bb2ba96c943d +size 57592292 diff --git a/ckpt/nguyenngocngan_e280_s294840.pth b/ckpt/nguyenngocngan_e280_s294840.pth new file mode 100644 index 0000000000000000000000000000000000000000..93270ec1a0097261f9a07f7d561bb0f25b6df5dc --- /dev/null +++ b/ckpt/nguyenngocngan_e280_s294840.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:547e1826fa3b732054094c91971e2b3297d5f0c884c40a804dbd411bd59cfec0 +size 57592292 diff --git a/ckpt/nguyenngocngan_e285_s300105.pth b/ckpt/nguyenngocngan_e285_s300105.pth new file mode 100644 index 0000000000000000000000000000000000000000..2e5439143716b659dec6d29d6129cdc0f7c2222b --- /dev/null +++ b/ckpt/nguyenngocngan_e285_s300105.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f47f6fff643513b148f146092c12904f37f24c8b9f5870f42268d7b2a8e40033 +size 57592292 diff --git a/ckpt/nguyenngocngan_e290_s305370.pth b/ckpt/nguyenngocngan_e290_s305370.pth new file mode 100644 index 0000000000000000000000000000000000000000..9f9cc7b5875f5414dabd74d2b92cf23fa2efbac4 --- /dev/null +++ b/ckpt/nguyenngocngan_e290_s305370.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b92a0cc1424919f09af8832223ee31baf0fea84548ea64fe989157d1a6b1d6cb +size 57592292 diff --git a/ckpt/nguyenngocngan_e295_s310635.pth b/ckpt/nguyenngocngan_e295_s310635.pth new file mode 100644 index 0000000000000000000000000000000000000000..a245616aca7ba9d012b08c31b561126764ef7110 --- /dev/null +++ b/ckpt/nguyenngocngan_e295_s310635.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4d8d334d8370f19dd7f80d4d19c7c9bfe77b309e77d09c8daaef5ae4a4231d8 +size 57592292 diff --git a/ckpt/nguyenngocngan_e300_s315900.pth b/ckpt/nguyenngocngan_e300_s315900.pth new file mode 100644 index 0000000000000000000000000000000000000000..6e772acec3858a02a6aa225cf6e3dbbaa33c4afb --- /dev/null +++ b/ckpt/nguyenngocngan_e300_s315900.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df92d2d11819659ce08c95d37a8d4645482394c4f0208d35a0bf197046268dc4 +size 57592292 diff --git a/idx/added_IVF256_Flat_nprobe_1_nguyenngocngan_v2.index b/idx/added_IVF256_Flat_nprobe_1_nguyenngocngan_v2.index new file mode 100644 index 0000000000000000000000000000000000000000..2a35c0c1022a4a41353ea82901a255b29e2833c1 --- /dev/null +++ b/idx/added_IVF256_Flat_nprobe_1_nguyenngocngan_v2.index @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:061d551d77dbee701f9ea5c4e4a24ccab2d6a150ef53ab20512882a0131c0b4b +size 31588619 diff --git a/idx/total_fea.npy b/idx/total_fea.npy new file mode 100644 index 0000000000000000000000000000000000000000..3afb8ae3e977670eca7a72f92338c24e5133ca90 --- /dev/null +++ b/idx/total_fea.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a22874ac27451671e83df0ca45bb8bdb42401bc75af80f703ddf693bed124386 +size 30720128 diff --git a/idx/trained_IVF256_Flat_nprobe_1_nguyenngocngan_v2.index b/idx/trained_IVF256_Flat_nprobe_1_nguyenngocngan_v2.index new file mode 100644 index 0000000000000000000000000000000000000000..707b794f5d3465886c819b7aee35d29797ab5da1 --- /dev/null +++ b/idx/trained_IVF256_Flat_nprobe_1_nguyenngocngan_v2.index @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:936c1afda270fe5a32a1e97d13c4c6325d2315fa8719a75a18ecf456b7978025 +size 786571 diff --git a/runs/events.out.tfevents.1702380424.fedora.16440.0 b/runs/events.out.tfevents.1702380424.fedora.16440.0 new file mode 100644 index 0000000000000000000000000000000000000000..65a91778f827de195f2eac7727e1d64d65027cfe --- /dev/null +++ b/runs/events.out.tfevents.1702380424.fedora.16440.0 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1fbce5ac6d7a9716a0b6de057e5847af326f28cba33cb85c65f6554663fe46c +size 45078024 diff --git a/runs/events.out.tfevents.1702464151.fedora.1208.0 b/runs/events.out.tfevents.1702464151.fedora.1208.0 new file mode 100644 index 0000000000000000000000000000000000000000..a1324bc8e1024d6ede2f2c4cd10f81e9473ba96f --- /dev/null +++ b/runs/events.out.tfevents.1702464151.fedora.1208.0 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1fbce5ac6d7a9716a0b6de057e5847af326f28cba33cb85c65f6554663fe46c +size 45648697 diff --git a/runs/events.out.tfevents.1703151279.fedora.11120.0 b/runs/events.out.tfevents.1703151279.fedora.11120.0 new file mode 100644 index 0000000000000000000000000000000000000000..751d5e8920498248a30f6abb3c4951955f2992b0 --- /dev/null +++ b/runs/events.out.tfevents.1703151279.fedora.11120.0 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bfafe76c91165aa7095283a3da3b63490804483c0fb3a6e4523d4726e5021e2 +size 60586803 diff --git a/runs/events.out.tfevents.1703307562.fedora.12688.0 b/runs/events.out.tfevents.1703307562.fedora.12688.0 new file mode 100644 index 0000000000000000000000000000000000000000..53001ff91311181320a7854b7756304aab41baea --- /dev/null +++ b/runs/events.out.tfevents.1703307562.fedora.12688.0 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:149f482eb1e3b93f77cc2e249a54aeadf9577d8d46f92b6500327edc668523b9 +size 75696134