Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

Turi Create 6.2

Compare
Choose a tag to compare
@TobyRoseman TobyRoseman released this 13 Apr 22:29
8d53fbb

New Features

  • SFrame shuffle operator (#942)
  • Object Detector takes seed parameter (#2168)
  • Image Classifier and Image Similarity use eGPU (#883)

Feature Enhancements

  • Unfix numpy dependency (#2664)
  • Rewrite S3 code path with AWS SDK (#3025)
  • S3 code path uses AWS SigV4 (#2910)

Bug Fixes

  • Fix tc.load_model and tc.load_sgraph APIs to respect the user’s home directory (#2685)
  • Temporarily restrict TensorFlow version range on Linux (#3089)
  • Add type checking for tc.recommender.util.compare_models (#2758)
  • Clarify definition of “SFrame” in user docs (#2908)
  • Fix broken links on the tc.aggregate API doc page (#3011)
  • Improve logging of execution path for GPU/CPU use cases (#3037)
  • Fix threading issue in column indexer of ml_data. (#2979)
  • Fix typos in Sound Classifier user guide (#3020)