Skip to content

Commit

Permalink
[CLEANUP]
Browse files Browse the repository at this point in the history
  • Loading branch information
Kye committed Feb 6, 2024
1 parent 8f4e79b commit 3aeb772
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 29 deletions.
24 changes: 0 additions & 24 deletions Dockerfile

This file was deleted.

4 changes: 0 additions & 4 deletions lumiere/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,6 @@ def __init__(
self.norm2d = nn.BatchNorm2d(out_channels)
self.relu = nn.ReLU(inplace=True)

# Linear projection layer
# This will be sized dynamically based on the output of the conv2d layer
self.linear = None

def forward(self, x):
# Input shape: (batch, time, height, width, dimensions)
# Input shape: (batch, time, height, width, dimensions)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "Lumiere"
version = "0.0.4"
version = "0.0.5"
description = "Paper - Pytorch"
license = "MIT"
authors = ["Kye Gomez <[email protected]>"]
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
torch
zetascale
swarms
einops

0 comments on commit 3aeb772

Please sign in to comment.