Skip to content

Commit

Permalink
modified init.py for new networks
Browse files Browse the repository at this point in the history
  • Loading branch information
hetvishastri committed Jul 20, 2021
1 parent 229ce17 commit 3ce66a6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion nilmtk_contrib/disaggregate/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 6,9 @@
from .seq2point import Seq2Point
from .seq2seq import Seq2Seq
from .WindowGRU import WindowGRU
from .rnn import RNN
from .rnn import RNN
from .rnn_attention import RNN_attention
from .rnn_attention_classification import RNN_attention_classification
from .resnet import ResNet
from .resnet_classification import ResNet_classification
from .bert import BERT

0 comments on commit 3ce66a6

Please sign in to comment.