Highlights
- Logging the search_state.config directly to MLflow instead of key-dictionary pair
- Move searcher and scheduler into tune
- Move import location for Ray 2
- Fix NLP dimension mismatch bug
What's Changed
- Dockerfile building problem by @skzhang1 in #719
- Update Contribute.md by @vijaya-lakshmi-venkatraman in #716
- Move import location for Ray 2 by @sonichi in #721
- Fix issue 728 add hyperlink to GitHub location by @Libens-bufo in #731
- Update model.py by @vijaya-lakshmi-venkatraman in #739
- Issue724 by @liususan091219 in #745
- log search_state.config directly instead of under tag config by @prithvikannan in #747
- move searcher and scheduler into tune by @sonichi in #746
- updating the data collator for seq-regression to handle the dim mismatch problem by @liususan091219 in #751
- Update Contribute by @sonichi in #741
- Remove NLP classification head by @liususan091219 in #756
New Contributors
- @vijaya-lakshmi-venkatraman made their first contribution in #716
- @Libens-bufo made their first contribution in #731
- @prithvikannan made their first contribution in #747
Full Changelog: v1.0.12...v1.0.13