MCPcopy Create free account
hub / github.com/VainF/DeepLabV3Plus-Pytorch / Compose

Class Compose

utils/ext_transforms.py:538–563  ·  view source on GitHub ↗

Composes several transforms together. Args: transforms (list of ``Transform`` objects): list of transforms to compose. Example: >>> transforms.Compose([ >>> transforms.CenterCrop(10), >>> transforms.ToTensor(), >>> ])

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

get_paramsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected