Skip to content

PyTorch Frame 0.2.1

Compare
Choose a tag to compare
@weihua916 weihua916 released this 17 Jan 01:15
· 156 commits to master since this release
f746974

This PR makes the following fixes and extensions to 0.2.0.

Added

  • Support more stypes in LinearModelEncoder (#325)
  • Added stype_encoder_dict to some models (#319)
  • Added HuggingFaceDatasetDict (#287)

Changed

  • Supported decoder embedding model in examples/transformers_text.py (#333)
  • Removed implicit clones in StypeEncoder (#286)

Fixed

  • Fixed TimestampEncoder not applying CyclicEncoder to cyclic features (#311)
  • Fixed NaN masking in multicateogrical stype (#307)