Skip to content

Commit

Permalink
doc: fix README example (TorchEnsemble-Community#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arcify authored May 2, 2022
1 parent a93fee9 commit b5fc979
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Example
)
# Evaluate the ensemble
acc = ensemble.predict(test_loader) # testing accuracy
acc = ensemble.evaluate(test_loader) # testing accuracy
Supported Ensemble
------------------
Expand Down

0 comments on commit b5fc979

Please sign in to comment.