-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Kye
committed
May 25, 2023
1 parent
17cc685
commit f0af7fb
Showing
4 changed files
with
70 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
from Sophia.Sophia import Sophia | ||
from Sophia.Sophia import Sophia, SophiaG, DecoupledSophia | ||
from Sophia.Sophiav2 import Sophia2 | ||
from Sophia.Sophia import SophiaG | ||
# from decoupled_sophia.decoupled_sophia.decoupled_sophia import DecoupledSophia | ||
from experiments.training import trainer | ||
|
||
from Sophia.decoupled_sophia.decoupled_sophia import DecoupledSophia | ||
# from Sophia.decoupled_sophia.decoupled_sophia import DecoupledSophia |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters