This repository has been 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
-
[0.7.0] - 2022-15-02
Added
KeypointDetectionData.from_coco
(#1102)from_csv
andfrom_data_frame
toVideoClassificationData
(#1117)SemanticSegmentationData.from_folders
where mask files have different extensions to the image files (#1130)FlashRegistry
of Available Heads forflash.image.ImageClassifier
(#1152)ObjectDetectionData.from_files
(#1154)Output
object (or a string e.g."labels"
) to theflash.Trainer.predict
method (#1157)TargetFormatter
object tofrom_*
methods for classification to override target handling (#1171)Changed
Wav2Vec2Processor
toAutoProcessor
and seperate it from backbone [optional] (#1075)ClassificationInput
toClassificationInputMixin
(#1116)learning_rate
for all tasks to beNone
, corresponding to the default for your chosen optimizer (#1172)Fixed
embedding_sizes
to theTabularClassifier
andTabularRegressor
tasks (#1067)val_split
to theDataModule
would not have the desired effect (#1079)predict_data_frame
toImageClassificationData.from_data_frame
raised an error (#1088)AudioClassificationData.from_numpy
(#1096)SpeechRecognitionData.from_files
for training / validating / testing (#1097)SpeechRecognitionData.from_csv
orfrom_json
when predicting without targets (#1097)SpeechRecognitionData.from_datasets
did not work as expected (#1097)SemanticSegmentationData.from_folders
raised an error (#1101)predict_folder
argument tofrom_coco
/from_voc
/from_via
in IceVision tasks (#1102)ObjectDetectionData.from_voc
andObjectDetectionData.from_via
(#1102)InstanceSegmentationData.from_coco
would raise an error if not using file-based masks (#1102)InstanceSegmentationData.from_voc
(#1102)from_fiftyone
classmethods did not work correctly with apredict_dataset
(#1136)labels
property would returnNone
when usingObjectDetectionData.from_fiftyone
(#1136)TabularData
would not work correctly with no categorical variables (#1144)TabularForecastingData
for prediction would only yield a single sample per series (#1149)ObjectDetector
,KeypointDetector
, andInstanceSegmentation
tasks were not always frozen correctly when finetuning (#1163)DataModule.multi_label
would sometimes beNone
when it had been inferred to beFalse
(#1165)Removed
Seq2SeqData
base class (useTranslationData
orSummarizationData
directly) (#1128)Output
object 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