Skip to content

Commit 25b40cd

Browse files
committed
export the magnitude preserving temporal layers
1 parent eaff460 commit 25b40cd

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

lumiere_pytorch/__init__.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,9 @@
99
from lumiere_pytorch.lumiere import Lumiere
1010

1111
from lumiere_pytorch.mp_lumiere import (
12-
MPLumiere
12+
MPLumiere,
13+
MPConvolutionInflationBlock,
14+
MPAttentionInflationBlock,
15+
MPTemporalDownsample,
16+
MPTemporalUpsample,
1317
)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
setup(
44
name = 'lumiere-pytorch',
55
packages = find_packages(exclude=[]),
6-
version = '0.0.18',
6+
version = '0.0.19',
77
license='MIT',
88
description = 'Lumiere',
99
author = 'Phil Wang',

0 commit comments

Comments
 (0)