Skip to content

Commit

Permalink
Update test cnn.py
Browse files Browse the repository at this point in the history
  • Loading branch information
RishalAggarwal authored Mar 14, 2018
1 parent 351fe7c commit c251318
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@
ckpt='path_to_latest_checkpoint'
model.load(ckpt) #loading checkpoints

model.evaluate(datanp,truenp) #evaluating the model returns test accuracy
model.evaluate(datanp,truenp) #evaluating the model, returns test accuracy

0 comments on commit c251318

Please sign in to comment.