Skip to content

Commit

Permalink
v0.0.1b1
Browse files Browse the repository at this point in the history
  • Loading branch information
RyunMi committed Jan 26, 2023
1 parent c7aefc0 commit f18b465
Show file tree
Hide file tree
Showing 4 changed files with 629 additions and 66 deletions.
2 changes: 1 addition & 1 deletion ncg_optimizer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
__all__ = (
'LCG',
)
__version__ = '0.0.1b0'
__version__ = '0.0.1b1'


_package_opts = [
Expand Down
2 changes: 1 addition & 1 deletion ncg_optimizer/lcg.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def step(self, closure=None):
continue

d_p = p.grad
print(p)

n=len(d_p)

state = self.state[p]
Expand Down
Loading

0 comments on commit f18b465

Please sign in to comment.