Skip to content

Commit

Permalink
Fix accuracy and add paper (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
mariodruiz authored Oct 24, 2024
1 parent cd371b7 commit de26538
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions notebooks/3_2_Ryzenai_capabilities.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
"\n",
"**[AI Engine Architecture Manual](https://docs.xilinx.com/r/en-US/am020-versal-aie-ml)**\n",
"\n",
"**[AMD XDNA™ NPU in Ryzen™ AI Processors](https://ieeexplore.ieee.org/document/10592049)**\n",
"\n",
"**[bfloat16 data type](https://en.wikipedia.org/wiki/Bfloat16_floating-point_format)**\n",
"\n",
"---"
Expand Down
2 changes: 1 addition & 1 deletion notebooks/5_1_pytorch_onnx_inference.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -669,7 +669,7 @@
"name": "stdout",
"output_type": "stream",
"text": [
" Accuracy of the quantized model for the test set is : 78.72 %\n"
" Accuracy of the quantized model for the test set is : 75.76 %\n"
]
}
],
Expand Down

0 comments on commit de26538

Please sign in to comment.