Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
daquexian committed Apr 2, 2021
1 parent 7a5a3cb commit 06f336e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Classification/cnns/evaluate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ python3 of_cnn_evaluate.py \
--num_nodes=1 \
--node_ips='127.0.0.1' \
--gpu_num_per_node=1 \
--val_batch_size_per_device=350 \
--val_batch_size_per_device=10 \
--model="resnet50" \
--use_tensorrt=True \
--use_int8_online=True \
--use_int8_offline=False \
--use_int8_online=False \
--use_int8_offline=True \
|& tee rn50-offline-int8.log

0 comments on commit 06f336e

Please sign in to comment.