Skip to content

Commit

Permalink
Updated for logger.
Browse files Browse the repository at this point in the history
  • Loading branch information
sraashis committed Dec 5, 2023
1 parent 49b7865 commit dd0e0e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class MNISTTrainer(ETRunner):

def new_meter(self):
return ETMeter(
cfm=ConfusionMatrix(num_classes=10)
cfm=ConfusionMatrix(num_classes=10, device=self.device['gpu'])
)


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
# This call to setup() does all the work
setup(
name="easytorch",
version="3.8.3",
version="3.8.4",
description="Easy Neural Network Experiments with pytorch",
long_description=_README,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit dd0e0e2

Please sign in to comment.