Skip to content

Commit

Permalink
make sure readme runs
Browse files Browse the repository at this point in the history
  • Loading branch information
lucidrains committed Dec 10, 2022
1 parent 8de344e commit 8b7be7f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,8 @@ unet = SpaceTimeUnet(
channels = 3,
dim_mult = (1, 2, 4, 8),
temporal_compression = (False, False, False, True),
self_attns = (False, False, False, True)
self_attns = (False, False, False, True),
condition_on_timestep = False
).cuda()

# train on images
Expand Down

0 comments on commit 8b7be7f

Please sign in to comment.