Max Tkachenko

Results 26 issues of Max Tkachenko

Docs fix: Fix --path to --export-path in label-studio export command ### PR fulfills these requirements - [ ] Commit message(s) and PR title follows the format `[fix|feat|ci|chore|doc]: TICKET-ID: Short description...

docs

This PR adds START_TRAINING webhook event to fit() methods. See https://github.com/HumanSignal/label-studio/pull/5761 for details.

feat

See more info in the tutorial: https://labelstud.io/blog/improving-rag-document-search-quality-with-cohere-re-ranking/#integrate-label-studio-with-the-qa-system

feat

I try to run test.py/seq2seq with teacher forcing on tensorflow backend: ``` if __name__ == '__main__': x = np.random.random((samples, input_length, input_dim)) y = np.random.random((samples, output_length, output_dim)) model = Seq2Seq(output_dim=output_dim, hidden_dim=hidden_dim,...

### PR fulfills these requirements - [ ] Commit message(s) and PR title follows the format `[fix|feat|ci|chore|doc]: TICKET-ID: Short description of change made` ex. `fix: DEV-XXXX: Removed inconsistent code usage...

Stale
fix

Fix deps for numpy

fix