Unverified Commit a019d2a3 authored by Mashiro's avatar Mashiro Committed by GitHub
Browse files

Register Compose to TRANSFORMS (#2600)

parent 834f94db
...@@ -36,6 +36,7 @@ except ImportError: ...@@ -36,6 +36,7 @@ except ImportError:
pass pass
@TRANSFORMS.register_module()
class Compose(BaseTransform): class Compose(BaseTransform):
"""Compose multiple transforms sequentially. """Compose multiple transforms sequentially.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment