This repository was archived by the owner on Oct 9, 2023. It is now read-only.
New integrations, 8 new tasks, Torch ORT support, Flash Zero, and more #747
ethanwharris
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
[0.5.0] - 2021-09-07
Added
from_csv
andfrom_data_frame
toImageClassificationData
(#556)segmentation-models.pytorch
(#562)Task
objects (#575)PointCloudSegmentation
Task (#566)PointCloudObjectDetection
Task (#600)GraphClassifier
task (#73)pretrained
as a string toSemanticSegmentation
to change pretrained weights to load fromsegmentation-models.pytorch
(#587)field
parameter for loadng JSON based datasets in text tasks. (#585)AudioClassificationData
and an example for classifying audio spectrograms (#594)SpeechRecognition
task for speech to text using Wav2Vec (#586).npy
and.npz
files toImageClassificationData
andAudioClassificationData
(#651)from_csv
to theAudioClassificationData
(#651)resolver
to thefrom_csv
andfrom_pandas
methods ofImageClassificationData
, which is used to resolve filenames given IDs (#651)ObjectDetector
(#608)InstanceSegmentation
andKeypointDetector
tasks (#672)in_chans
argument to the flash ResNet to control the expected number of input channels (#673)QuestionAnswering
task for extractive question answering (#607)ObjectDetector
with FiftyOne (#727)SpeechRecognition
task with librosa (#726)from_numpy
andfrom_tensors
toAudioClassificationData
(#745)Changed
sampler
argument of theDataModule
to take aSampler
type rather than instantiated object (#651)ObjectDetector
, usehead
instead ofmodel
and append_fpn
to the backbone name instead of thefpn
argument (#608)Fixed
torch.jit.isinstance
(#611)ImageClassifier
orTestClassifier
(#660)drop_last
would be set to True during prediction and testing (#671)Contributors
@ananyahjha93 @aniketmaurya @aribornstein @Borda @ethanwharris @flozi00 @hhsecond @hihunjin @karthikrangasai @Kinyugo @PeppeSaccardi @pmeier @SeanNaren @sumanmichael @tchaton @tszumowski
If we forgot someone due to not matching commit email with GitHub account, let us know :]
This discussion was created from the release New integrations, 8 new tasks, Torch ORT support, Flash Zero, and more.
Beta Was this translation helpful? Give feedback.
All reactions