Added
- Add support for new loss and pooling options to the `finetuner.fit` method. ([664](https://github.com/jina-ai/finetuner/pull/664))
- Add folder for example CSV files. ([663](https://github.com/jina-ai/finetuner/pull/663))
- Add communication between remote-ci job and the pr that triggered it. ([642](https://github.com/jina-ai/finetuner/pull/642))
- Support continuing training from an artifact of a previous run. ([668](https://github.com/jina-ai/finetuner/pull/668))
Removed
Changed
- Use github token provided by dispatcher when running remote-ci. ([640](https://github.com/jina-ai/finetuner/pull/640))
Fixed
- Use python 3.8 in Github actions. ([659](https://github.com/jina-ai/finetuner/pull/659))
- Add proper CSV file for image-image case. ([667](https://github.com/jina-ai/finetuner/pull/667))
- Fix problems with login function in notebooks by bumping hubble version. ([672](https://github.com/jina-ai/finetuner/pull/672))
- Fix URL construction. ([672](https://github.com/jina-ai/finetuner/pull/672))
Docs
- Add page on loss and pooling to `advanced-topics`. ([664](https://github.com/jina-ai/finetuner/pull/664))
- Remove ResNet backbone support for clip fine-tuning. ([662](https://github.com/jina-ai/finetuner/pull/662))
- Add efficientnet b7 as a new image to image search backbone. ([662](https://github.com/jina-ai/finetuner/pull/662))
- Fix typos, duplicate paragraphs, and wrong formulations. ([666](https://github.com/jina-ai/finetuner/pull/666))
- Add list of articles to README and docs. ([669](https://github.com/jina-ai/finetuner/pull/669))
- Removed section on GeM pooling from advanced topics. ([676](https://github.com/jina-ai/finetuner/pull/676))