Skip to content

Commit 86dbb43

Browse files
authored
Merge pull request #107 from ryanvergel/master
Updated versions
2 parents 72d0c54 + 00cdaeb commit 86dbb43

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

README.md

+10-6
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,18 @@
1717
</thead>
1818
<tbody>
1919
<tr>
20-
<td><a href="https://github.com/Xilinx/Vitis-AI-Tutorials/tree/3.0/Tutorials/RESNET18/">Running ResNet18 CNN Through Vitis AI 3.0 Flow for ML</a></td>
21-
<td align="center">3.0</td>
22-
<td>In this Deep Learning (DL) tutorial, you will take a public domain CNN like ResNet18, already trained on the ImageNet dataset, and run it through the Vitis AI 3.0 stack to run ML inference on FPGA devices. You will use Keras on Tensorflow 2.x.</td>
20+
<td><a href="https://github.com/Xilinx/Vitis-AI-Tutorials/tree/3.5/Tutorials/RESNET18/">Running ResNet18 CNN Through Vitis AI 3.5 Flow for ML</a>
21+
</td>
22+
<td align="center">3.5</td>
23+
<td>In this Deep Learning (DL) tutorial, you will take a public domain CNN like ResNet18, already trained on the ImageNet dataset, and run it through the Vitis AI 3.5 stack to run ML inference on FPGA devices. You will use Keras on Tensorflow 2.x. Supported boards are: ZCU104, ZCU102, VCK190, VEK280 and Alveo V70.
24+
</td>
2325
</tr>
2426
<tr>
25-
<td><a href="https://github.com/Xilinx/Vitis-AI-Tutorials/tree/3.0/Tutorials/PyTorch-ResNet18/">ResNet18 in PyTorch from Vitis AI Library</a></td>
26-
<td align="center">3.0</td>
27-
<td>In this Deep Learning (DL) tutorial, you will take the ResNet18 CNN, from the Vitis AI 3.0 Library, and use it to classify the different colors of the "car object" inside images by running the inference application on FPGA devices.</td>
27+
<td><a href="https://github.com/Xilinx/Vitis-AI-Tutorials/tree/3.5/Tutorials/PyTorch-ResNet18/">ResNet18 in PyTorch from Vitis AI Library</a>
28+
</td>
29+
<td align="center">3.5</td>
30+
<td>In this Deep Learning (DL) tutorial, you will take the ResNet18 CNN, from the Vitis AI 3.5 PyTorch Library, and use it to classify the different colors of the "car object" inside images by running the inference application on FPGA devices. Supported boards are: ZCU104, ZCU102, VCK190, VEK280 and Alveo V70.
31+
</td>
2832
</tr>
2933
<tr>
3034
<td><a href="https://github.com/Xilinx/Vitis-AI-Tutorials/tree/3.0/Tutorials/Keras_GoogleNet_ResNet/">Deep Learning with Custom GoogleNet and ResNet in Keras and Xilinx Vitis AI</a></td>

0 commit comments

Comments
 (0)