-
Notifications
You must be signed in to change notification settings - Fork 220
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to distinguish between stock TensorFlow and Intel TensorFlow for 2.5.0 version quickly and conveniently. #89
Comments
@zhixingheyi-tian The documentation here has a section called "sanity check" with a sample script on how to do this. Using info from that script with
It returns |
@dmsuehir For Stock TensorFlow 2.5.0, if enable os.environ["TF_ENABLE_ONEDNN_OPTS"] = '1', does it mean completely equivalent to Intel TensorFlow 2.5.0 , and does it include all optimizations from Intel TensorFlow? Thanks |
@zhixingheyi-tian There's a table in the documentation here under the section called "Differences between Intel Optimization for Tensorflow and official TensorFlow for running on Intel CPUs after v2.5" that compares Intel TensorFlow to stock TensorFlow. It also shows which features are enabled with |
…#89) * Add PyTorch SPR Mask R-CNN package specs, docs, and quickstart filesg * Update build arg * Doc updates for training * Print status * update error handling * try to run without pretrained model for training * Fix else * Doc update * Doc updates * Regenerated dockerfiles * Add new line at EOF
Does this thing work in Google Colab? I was trying But, I |
@PLEX-GR00T and @zhixingheyi-tian is your issue resolved? |
How to distinguish between stock TensorFlow and Intel TensorFlow for 2.5.0 version quickly and conveniently.
@dmsuehir @ashahba Would you please guide this?
The text was updated successfully, but these errors were encountered: