Skip to content

Commit 6257992

Browse files
author
dev server
committed
Fixing wrong results in README
1 parent c47cbb6 commit 6257992

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ to have a reproducable environment.
1010
### Run all at once
1111
```
1212
phoenix@dev:~/workspaces/research/tf_tests$ ./run.sh 2> /dev/null | grep "warm up"
13-
Python: warm up finished in 0.00015165700460784137 seconds
13+
Python: warm up finished in 22.75354215799598 seconds
1414
Java: Model without ConfigProto, warm up took 23.337 seconds
1515
Java: Model with ConfigProto/disabled JIT, warm up took 23.55 seconds
1616
```
@@ -102,7 +102,7 @@ Loading saved model from /tmp/vit_b32_fe/
102102
2022-09-15 16:26:30.297918: I tensorflow/stream_executor/cuda/cuda_diagnostics.cc:163] no NVIDIA GPU device is present: /dev/nvidia0 does not exist
103103
2022-09-15 16:26:30.298052: I tensorflow/core/platform/cpu_feature_guard.cc:151] This TensorFlow binary is optimized with oneAPI Deep Neural Network Library (oneDNN) to use the following CPU instructions in performance-critical operations: AVX2 FMA
104104
To enable them in other operations, rebuild TensorFlow with the appropriate compiler flags.
105-
Python: warm up finished in 0.0001589010062161833 seconds
105+
Python: warm up finished in 22.75354215799598 seconds
106106
```
107107
* Java test
108108
```

0 commit comments

Comments
 (0)