-
Notifications
You must be signed in to change notification settings - Fork 246
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
Training loss does not improve when running the cifar10 sample #537
Comments
I further did following testing with the cifar10 notebook for comparison:
|
@contryboy Tested the ipex sample train [1] with System:
|
Hi @vishnumadhu365 , Thanks for your effort. Unfortunately I am not able to try your code to reproduce it again. I have changed to use another graphic card... |
@contryboy no worries, feel free to reach out if you still face issues. |
Hi there, ran in an weird but simular issue using an Arv A770 and ipex version 2.1.30+xpu Don't know why but on of the functions |
Hi @TheMrCodes , could you try ipex 2.1.40+xpu? |
No sorry I can't, I do not longer have the A770 installed in my PC. |
Hi @TheMrCodes , I ran code above with ipex 2.1.40+xpu on Arc770, and the loss reduced to 0.001 after several epos: |
Close it since this is not an issue any more in latest release. |
Describe the issue
I installed the latest version of oneAPI Base Toolkit and python packages and tried following:
Could you help to take a look the issue, see if you can reproduce at least the first case?
Hardware:
Intel Arc A770 16G, Intel i5, 16GRAM.
Software:
Ubuntu2204, intel_extension_for_pytorch-2.1.10+xpu, torch-2.1.0a0, torchvision-0.16.0a0
Thanks in advance!
[1] https://intel.github.io/intel-extension-for-pytorch/xpu/latest/tutorials/examples.html#float32
[2] https://christianjmills.com/posts/intel-pytorch-extension-tutorial/native-ubuntu/
The text was updated successfully, but these errors were encountered: