Skip to content

Commit

Permalink
Update adlstream.py
Browse files Browse the repository at this point in the history
Fix bug saving model
  • Loading branch information
pedrolarben committed Jun 13, 2022
1 parent 5f163f7 commit 09c6cff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ADLStream/adlstream.py
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,6 @@ def run(self) -> None:
process_predict.join()
process_evaluator.join()

self.x_shape = context.get_shape()
self.output_size = context.get_output_size()
self.weights = context.get_weights()

Expand Down

0 comments on commit 09c6cff

Please sign in to comment.