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

DataPipeline Refactor V2: Simplify Input Transform #1010

Merged
merged 15 commits into from
Dec 1, 2021
Prev Previous commit
Next Next commit
update
tchaton committed Nov 30, 2021
commit cdf117218552d610c0b129c10a00bfe160b488ef
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -64,6 +64,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).

- Removed `OutputTransform.save_sample` and `save_data` hooks ([#948](https://github.com/PyTorchLightning/lightning-flash/pull/948))

- (Removed InputTransform `pre_tensor_transform`, `to_tensor_transform`, `post_tensor_transform` hooks in favour of `per_sample_transform` ([#1010](https://github.com/PyTorchLightning/lightning-flash/pull/1010))


### Breaking Changes
tchaton marked this conversation as resolved.
Show resolved Hide resolved

## [0.5.2] - 2021-11-05

### Added