Skip to content

Commit

Permalink
Updated cylinder config
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas Geneva committed Jul 28, 2021
1 parent 0561660 commit 85d26b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions trphysx/config/configuration_cylinder.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ def __init__(
self,
n_ctx=16,
n_embd=128,
n_layer=3,
n_head=8,
n_layer=6,
n_head=4,
state_dims=[3,64,128],
activation_function="gelu_new",
**kwargs
Expand Down

0 comments on commit 85d26b9

Please sign in to comment.