This repository was archived by the owner on Oct 9, 2023. It is now read-only.
PyTorch Tabular, Enhanced Data Loading and Stability #1175
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.7.0] - 2022-15-02
Added
KeypointDetectionData.from_coco(#1102)from_csvandfrom_data_frametoVideoClassificationData(#1117)SemanticSegmentationData.from_folderswhere mask files have different extensions to the image files (#1130)FlashRegistryof Available Heads forflash.image.ImageClassifier(#1152)ObjectDetectionData.from_files(#1154)Outputobject (or a string e.g."labels") to theflash.Trainer.predictmethod (#1157)TargetFormatterobject tofrom_*methods for classification to override target handling (#1171)Changed
Wav2Vec2ProcessortoAutoProcessorand seperate it from backbone [optional] (#1075)ClassificationInputtoClassificationInputMixin(#1116)learning_ratefor all tasks to beNone, corresponding to the default for your chosen optimizer (#1172)Fixed
embedding_sizesto theTabularClassifierandTabularRegressortasks (#1067)val_splitto theDataModulewould not have the desired effect (#1079)predict_data_frametoImageClassificationData.from_data_frameraised an error (#1088)AudioClassificationData.from_numpy(#1096)SpeechRecognitionData.from_filesfor training / validating / testing (#1097)SpeechRecognitionData.from_csvorfrom_jsonwhen predicting without targets (#1097)SpeechRecognitionData.from_datasetsdid not work as expected (#1097)SemanticSegmentationData.from_foldersraised an error (#1101)predict_folderargument tofrom_coco/from_voc/from_viain IceVision tasks (#1102)ObjectDetectionData.from_vocandObjectDetectionData.from_via(#1102)InstanceSegmentationData.from_cocowould raise an error if not using file-based masks (#1102)InstanceSegmentationData.from_voc(#1102)from_fiftyoneclassmethods did not work correctly with apredict_dataset(#1136)labelsproperty would returnNonewhen usingObjectDetectionData.from_fiftyone(#1136)TabularDatawould not work correctly with no categorical variables (#1144)TabularForecastingDatafor prediction would only yield a single sample per series (#1149)ObjectDetector,KeypointDetector, andInstanceSegmentationtasks were not always frozen correctly when finetuning (#1163)DataModule.multi_labelwould sometimes beNonewhen it had been inferred to beFalse(#1165)Removed
Seq2SeqDatabase class (useTranslationDataorSummarizationDatadirectly) (#1128)Outputobject directly to the model (#1157)Contributors
@Actis92 @ajinkyaindulkar @bartonp2 @Borda @daMichaelB @ethanwharris @flozi00 @karthikrangasai @MikeTrizna
If we forgot someone due to not matching commit email with GitHub account, let us know :]
This discussion was created from the release PyTorch Tabular, Enhanced Data Loading and Stability.
Beta Was this translation helpful? Give feedback.
All reactions