Fix `AutoencoderTiny` with `use_slicing` (#6850)
* Fix `AutoencoderTiny` with `use_slicing` When using slicing with AutoencoderTiny, the encoder mistakenly encodes the entire batch for every image in the batch. * Fixed formatting issue
Showing
Please register or sign in to comment