Skip to content

Commit

Permalink
Merge pull request #593 from BindsNET/hananel
Browse files Browse the repository at this point in the history
update example params and poetry update
  • Loading branch information
Hananel-Hazan committed Nov 18, 2022
2 parents eff0c8f + a6af3ae commit 2104e82
Show file tree
Hide file tree
Showing 3 changed files with 1,051 additions and 901 deletions.
2 changes: 1 addition & 1 deletion examples/mnist/batch_eth_mnist.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
parser.add_argument("--test", dest="train", action="store_false")
parser.add_argument("--plot", dest="plot", action="store_true")
parser.add_argument("--gpu", dest="gpu", action="store_true")
parser.set_defaults(plot=False, gpu=True)
parser.set_defaults(plot=True, gpu=True)

args = parser.parse_args()

Expand Down

0 comments on commit 2104e82

Please sign in to comment.