Fix ONSAN-2069#2619
Closed
jafraustro wants to merge 1 commit intooneapi-src:developmentfrom
jafraustro:Getting_Started_ITEX_final
Closed
Fix ONSAN-2069#2619jafraustro wants to merge 1 commit intooneapi-src:developmentfrom jafraustro:Getting_Started_ITEX_final
jafraustro wants to merge 1 commit intooneapi-src:developmentfrom
jafraustro:Getting_Started_ITEX_final
Conversation
Install dependencies from conda forge. `pip install -r requirements.txt` command fetches tensorflow 2.18. The script `infer_resnet50.py` works correctly. Ticket: ONSAN-2069 Co-authored-by: Manuel Santana <manuel.santana.castolo@intel.com> Signed-off-by: Manuel Santana <manuel.santana.castolo@intel.com> Signed-off-by: jafraustro <jaime.fraustro.valdez@intel.com>
Contributor
|
@jafraustro thank you for submitting the PR! The code sample is quite involved as it tries to test the sample in both source $ONEAPI_INSTALL/setvars.sh --force > /dev/null 2>&1
source activate user-tensorflow
echo "########## Executing the run"
DNNL_VERBOSE=1 python infer_resnet50.py > infer_rn50_cpu.csv
echo "########## Done with the run"@jimmytwei will this sample be moved out from this repo? If not, then we should have a major re-write. |
Contributor
|
@Ankur-singh I believe ITEX will be removed in a future AI Tools release so it's not worth fixing this sample as it will eventually be removed from the repo so closing this PR. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Existing Sample Changes
Description
Install dependencies from conda forge.
pip install -r requirements.txtcommand fetchs tensorflow 2.18.The script
infer_resnet50.pyworks correctly.There still a problem with
oneDNNLog( ), but is out of the scope for this issueType of change
Please delete options that are not relevant. Add a 'X' to the one that is applicable.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration