Skip to content

Commit

Permalink
Remove NumPy import
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefano Nardo committed Feb 10, 2020
1 parent 7be7518 commit f11b4df
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion torchesn/nn/echo_state_network.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
from torch.nn.utils.rnn import PackedSequence, pad_packed_sequence
from .reservoir import Reservoir
from ..utils import washout_tensor
import numpy as np


class ESN(nn.Module):
Expand Down

0 comments on commit f11b4df

Please sign in to comment.