Releases: jina-ai/finetuner
💫 Patch v0.1.4
Release Note (0.1.4)
Release time: 2021-11-02 21:06:01
🙇 We'd like to thank all contributors for this new release! In particular,
Han Xiao, Wang Bo, Aziz Belaweid, Jina Dev Bot, 🙇
🆕 New Features
- [
1e4a1aee] - tuner: add miner v1 (#180) (Wang Bo) - [
ae8e3990] - helper: add batch_size to embed fn (#183) (Han Xiao)
📗 Documentation
- [
d21345a3] - update according to new jina api (Han Xiao) - [
7e9c04fa] - added resize to fix keras shape error (#174) (Aziz Belaweid)
🍹 Other Improvements
💫 Patch v0.1.3
Release Note (0.1.3)
Release time: 2021-10-27 07:27:34
🙇 We'd like to thank all contributors for this new release! In particular,
Han Xiao, Jina Dev Bot, 🙇
🧼 Code Refactoring
🍹 Other Improvements
- [
bf07ab12] - version: the next version will be 0.1.3 (Jina Dev Bot)
💫 Patch v0.1.2
Release Note (0.1.2)
Release time: 2021-10-26 19:03:12
🙇 We'd like to thank all contributors for this new release! In particular,
Han Xiao, Jina Dev Bot, 🙇
🆕 New Features
- [
df192645] - labeler: gently terminate the labler UI from frontend (#177) (Han Xiao) - [
115a0aa4] - tuner: add plot function for tuner.summary (#167) (Han Xiao)
🐞 Bug fixes
- [
40261d47] - api: levelup save and display to top-level (#176) (Han Xiao) - [
320ec5df] - api: return model and summary in highlevel fit (#175) (Han Xiao)
🍹 Other Improvements
💫 Patch v0.1.1
Release Note (0.1.1)
Release time: 2021-10-24 11:03:40
🙇 We'd like to thank all contributors for this new release! In particular,
Han Xiao, Wang Bo, Deepankar Mahapatro, Mohammad Kalim Akram, Jina Dev Bot, 🙇
🆕 New Features
- [
43480cc3] - helper: set_embedding function for all frameworks (#163) (Han Xiao) - [
fddc57dc] - labeler: allow user fixing the question (#159) (Han Xiao)
🐞 Bug fixes
🧼 Code Refactoring
📗 Documentation
- [
d1a9396d] - remind user again change the data pth (#158) (Wang Bo) - [
b92df7de] - enable docbot for finetuner (#153) (Deepankar Mahapatro)
🏁 Unit Test and CICD
🍹 Other Improvements
- [
87cdc133] - fix docs css styling (Han Xiao) - [
8e3b1fbb] - fix styling (Han Xiao) - [
870c5a23] - fill missing docstrings (#162) (Wang Bo) - [
67896b97] - fix readme (Han Xiao) - [
838ebe35] - update readme (Han Xiao) - [
ccf6de1a] - docs: fix docs banner (Han Xiao) - [
9e4af657] - version: the next version will be 0.1.1 (Jina Dev Bot)
💫 Patch v0.1.0
Release Note (0.1.0)
Release time: 2021-10-20 09:04:47
🙇 We'd like to thank all contributors for this new release! In particular,
Han Xiao, Jina Dev Bot, 🙇
🐞 Bug fixes
- [
f6ba40d0] - setup: add MANIFEST.in (Han Xiao)
🍹 Other Improvements
- [
377959a1] - version: the next version will be 0.0.5 (Jina Dev Bot)
💫 Patch v0.0.4
Release Note (0.0.4)
Release time: 2021-10-20 08:53:48
🙇 We'd like to thank all contributors for this new release! In particular,
Han Xiao, Jina Dev Bot, 🙇
📗 Documentation
- [
6854ba0b] - fix ecosystem sidebar (Han Xiao)
🍹 Other Improvements
💫 Patch v0.0.3
Release Note (0.0.3)
Release time: 2021-10-19 23:04:12
🙇 We'd like to thank all contributors for this new release! In particular,
Han Xiao, Wang Bo, Maximilian Werk, Tadej Svetina, Alex Cureton-Griffiths, Roshan Jossy, Jina Dev Bot, 🙇
🆕 New Features
- [
84585bee] - refactor head layers (#130) (Tadej Svetina) - [
b624a62a] - tuner: allow adjustment of optimizer (#128) (Tadej Svetina) - [
98c584e4] - enable saving of models in backend (#115) (Maximilian Werk) - [
2296ca09] - tuner: add gpu for paddle and tf (#121) (Wang Bo) - [
c60ec838] - tuner: add gpu support for pytorch (#122) (Tadej Svetina) - [
c971f824] - logging of train and eval better aligned (#105) (Maximilian Werk) - [
a6d16ff2] - tailor: add display and refactor summary (#112) (Han Xiao) - [
bd4cfff4] - fit: add tailor to top-level fit function (#108) (Han Xiao) - [
82c2cc8d] - tailor: attach a dense layer to tailor (#96) (Wang Bo) - [
04de292a] - tailor: add high-level framework-agnostic convert (#97) (Han Xiao)
⚡ Performance Improvements
🐞 Bug fixes
- [
b951426d] - change helper function to private (#151) (Han Xiao) - [
bc8b36ef] - demo: fix celeba example docs, logic, code (#145) (Han Xiao) - [
ed6d8c67] - frontend layout tweaks (#142) (Han Xiao) - [
02852803] - overfit test (#137) (Tadej Svetina) - [
5a25a729] - helper: add real progressbar for training (#136) (Han Xiao) - [
5196ce2a] - api: add kwargs to fit (#95) (Han Xiao) - [
1a8272ca] - threading also for gateway (#83) (Maximilian Werk) - [
e170d95b] - cd: fix prerelease script (Han Xiao)
🧼 Code Refactoring
- [
2916e9f5] - tuner: revert some catalog change before release (#150) (Han Xiao) - [
635cd4c2] - adjust type hints (#149) (Wang Bo) - [
b67ab1a5] - helper: move get_tailor and get_tunner to helper (#134) (Han Xiao) - [
052adbb2] - helper: move get_tailor and get_tunner to helper (#131) (Han Xiao) - [
d8ff3a5b] - labeler UI: js file into components (#101) (Roshan Jossy) - [
80b5a2a1] - tailor: rename convert function to_embedding_model (#103) (Han Xiao) - [
c06292cb] - tailor: use different trim logic (#100) (Han Xiao) - [
1956a3d3] - tailor: fix type hint in tailor (#88) (Han Xiao) - [
91587d88] - tailor: improve interface (#82) (Han Xiao) - [
56eb5e8f] - api: move fit into top-most init (#84) (Han Xiao)
📗 Documentation
- [
c2584876] - add catalog to docs (#147) (Maximilian Werk) - [
6fd3e1ea] - tuner: add docstrings (#148) (Tadej Svetina) - [
177a78dd] - fix generate docs (#144) (Maximilian Werk) - [
ac2d23de] - polish (#146) (Alex Cureton-Griffiths) - [
b0da1bf6] - add celeba example (#143) (Wang Bo) - [
475c1d8b] - tuner: add loss function explain for tuner (#138) (Han Xiao) - [
f47e27a3] - update banner hide design (Han Xiao) - [
11a6a8b9] - add interactive selector (Han Xiao) - [
08ba5e06] - add tailor feature image (Han Xiao) - [
528c80d5] - tailor: add docs for tailor (#119) (Han Xiao) - [
04c22f74] - tailor: add first draft on tailor (Han Xiao) - [
e62f77ea] - helper: add docstring for types (#98) (Han Xiao)
🏁 Unit Test and CICD
- [
6b8eca8c] - use jina git source as test dependencies (#135) (Han Xiao) - [
f91f39f5] - add tailor plus tuner integration test (#124) (Wang Bo) - [
56c13e59] - add pr labeler (#123) (Han Xiao) - [
562c65f5] - tuner: add test for overfitting (#109) (Tadej Svetina) - [
b448a611] - tailor: assure weights are preserved after calling to_embedding_model (#106) (Wang Bo) - [
47b7a55d] - tailor: add test for name is none (#87) (Wang Bo)
🍹 Other Improvements
- [
370e5fba] - cd: add tag and release note script (Han Xiao) - [
33b1c90b] - update readme (Han Xiao) - [
0be69a45] - Introduce catalog + ndcg (#120) (Maximilian Werk) - [
8bba726e] - update svg (Han Xiao) - [
dfc334f7] - fix emoji (Han Xiao) - [
a589a016] - docs: add note from get_framework (Han Xiao) - [
d970a2b6] - fix styling (Han Xiao) - [
62a0da7e] - version: the next version will be 0.0.3 (Jina Dev Bot)