Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 273 Bytes

File metadata and controls

14 lines (11 loc) · 273 Bytes

Installation

pip install git+https://github.com/camilomarino/transforms_1d_torch.git@master

Usage

from transforms_1d_torch import transforms1d

# examples:
transforms1d.RandomCrop(1, 0.8)
transforms1d.Scale(mu=torch.tensor([1, 1, 1]), std=1)