Skip to content

Commit

Permalink
modified: dsm_torch.py
Browse files Browse the repository at this point in the history
  • Loading branch information
chiragnagpal committed Feb 17, 2021
1 parent 27d6790 commit b7fca66
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dsm/dsm_torch.py
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,6 @@ def __init__(self, inputdim, k,
self.discount = float(discount)
self.optimizer = optimizer
self.hidden = hidden
self.typ = typ
self.risks = risks

self._init_dsm_layers(hidden)
Expand Down

0 comments on commit b7fca66

Please sign in to comment.