Skip to content

Commit

Permalink
Renaming refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
JVGD committed Dec 8, 2021
1 parent 1431a87 commit fb822a8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion experiment1/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from torch import optim
from torch.nn.parameter import Parameter

from modules import Adder, Substracter
from intrinsic import Adder, Substracter


class Model1(LightningModule):
Expand Down

0 comments on commit fb822a8

Please sign in to comment.