We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79d2dfd commit a1376f1Copy full SHA for a1376f1
grokfast_pytorch/grokfast.py
@@ -94,7 +94,7 @@ def step(
94
95
# should grokfast
96
97
- should_grokfast = grokfast and steps > grokfast_after_step
+ should_grokfast = grokfast and steps > grokfast_after_step and lamb > 0
98
99
# take care of grok fast if turned on
100
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "grokfast-pytorch"
3
-version = "0.0.1"
+version = "0.0.2"
4
description = "Grokfast"
5
authors = [
6
{ name = "Phil Wang", email = "lucidrains@gmail.com" }
0 commit comments