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

6.3

Compare
Choose a tag to compare
@TobyRoseman TobyRoseman released this 26 May 18:25
2e2c2e6

New Features

  • Created a set of minimal wheels designed for users that only want to use SFrame, SArray, or SGraph and none of the machine learning functionality. These minimal wheels significantly reduce the total number of dependencies which need to be installed. These wheels are included below but will not be put on PyPI.
  • SArray shuffle. #3178

Feature Enhancements

  • Style Transfer: include style and content loss in metrics, when available. #3131
  • Better S3 error handling. #3116
  • Sound Classifier: better accuracy, particularly for training on long audio clips, by shuffling stacked deep features prior to training. #3178

Bug Fixes

  • Fixed bad formatting typo in User Guide install instructions. #3141
  • Clarify the use of tc.config.set_num_gpus. #3181