Skip to content

Commit

Permalink
Modified readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Rithwikksvr committed Nov 6, 2019
1 parent eb3fabe commit c3267b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 12,7 @@ Currently, we are still working on developing a conda package, which might take
Scikit-learn>=0.21
Keras>=2.2.4
Cvxpy>=1.0.0
NILMTK-0.3


**Note: For faster computation of neural-networks, it is suggested that you install keras-gpu, since it can take advantage of GPUs. The algorithms AFHMM, AFHMM_SAC and DSC are CPU intensive, use a system with good CPU for these algorithms.**
Expand Down
1 change: 1 addition & 0 deletions disaggregate/rnn.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 50,7 @@ def partial_fit(self,train_main,train_appliances,do_preprocessing=True,
# If no appliance wise parameters are provided, then copmute them using the first chunk
if len(self.appliance_params) == 0:
self.set_appliance_params(train_appliances)


print("...............RNN partial_fit running...............")
# Do the pre-processing, such as windowing and normalizing
Expand Down

0 comments on commit c3267b2

Please sign in to comment.