Skip to content

Commit

Permalink
Some first Module implementations
Browse files Browse the repository at this point in the history
  • Loading branch information
LLukas22 committed Sep 30, 2023
1 parent 4021272 commit 2998004
Show file tree
Hide file tree
Showing 6 changed files with 889 additions and 135 deletions.
2 changes: 2 additions & 0 deletions candle-pyo3/py_src/candle/modeling/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
from .base import Module, Sequential, ModuleList, ModuleDict

2 changes: 2 additions & 0 deletions candle-pyo3/py_src/candle/modeling/base/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
from .container import Sequential,ModuleDict,ModuleList
from .module import Module
Loading

0 comments on commit 2998004

Please sign in to comment.