Skip to content

Commit b6e9226

Browse files
authored
bigger transformer
1 parent 4485c28 commit b6e9226

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

train_latent_only.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@ def divisible_by(num, den):
7575
velocity_consistency_loss_weight = 0.1,
7676
reconstruction_loss_weight = 0.1,
7777
transformer = dict(
78-
dim = 64,
79-
depth = 4,
80-
dim_head = 32,
78+
dim = 256,
79+
depth = 8,
80+
dim_head = 64,
8181
heads = 8
8282
)
8383
).cuda()

0 commit comments

Comments
 (0)