Skip to content

Commit

Permalink
amend
Browse files Browse the repository at this point in the history
  • Loading branch information
vmoens committed Nov 21, 2023
1 parent 3e976ac commit ab88669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensordict/nn/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -1091,7 +1091,7 @@ def __init__(
)

self.module = module
# make_functional(self, keep_params=True, return_params=False)
make_functional(self, keep_params=True, return_params=False)

@property
def is_functional(self) -> bool:
Expand Down

0 comments on commit ab88669

Please sign in to comment.