1
1
# PyTorch C++ Samples
2
+ [ ![ Language] ( https://img.shields.io/badge/Language-C++-blue )] ( )
3
+ [ ![ LibTorch] ( https://img.shields.io/badge/LibTorch-2.0.0-blue )] ( )
4
+
2
5
These are Deep Learning sample programs of PyTorch written in C++.
3
6
7
+
8
+
4
9
## Description
5
10
PyTorch is famous as a kind of Deep Learning Frameworks.<br >
6
11
Among them, Python source code is overflowing on the Web, so we can easily write the source code of Deep Learning in Python.<br >
@@ -10,6 +15,7 @@ In addition, I might adapt programs to the latest version. <br>
10
15
11
16
## Updates
12
17
18
+ 2023/05/07: Release of ` v2.0.0 ` <br >
13
19
2023/03/01: Release of ` v1.13.1 ` <br >
14
20
2022/09/12: Release of ` v1.12.1 ` <br >
15
21
2022/08/04: Release of ` v1.12.0 ` <br >
@@ -19,11 +25,11 @@ In addition, I might adapt programs to the latest version. <br>
19
25
2022/01/09: Release of ` v1.10.1 ` <br >
20
26
2022/01/09: Fixed execution error in test on CPU package <br >
21
27
2021/11/12: Release of ` v1.10.0 ` <br >
22
- 2021/09/27: Release of ` v1.9.1 ` <br >
23
28
24
29
<details >
25
30
<summary >See more...</summary >
26
31
32
+ 2021/09/27: Release of ` v1.9.1 ` <br >
27
33
2021/09/27: Support for using different devices between training and test <br >
28
34
2021/09/06: Improved accuracy of time measurement using GPU <br >
29
35
2021/06/19: Release of ` v1.9.0 ` <br >
@@ -313,14 +319,14 @@ In addition, I might adapt programs to the latest version. <br>
313
319
Please select the environment to use as follows on PyTorch official. <br >
314
320
PyTorch official : https://pytorch.org/ <br >
315
321
***
316
- PyTorch Build : Stable (1.13.1 ) <br >
322
+ PyTorch Build : Stable (2.0.0 ) <br >
317
323
Your OS : Linux <br >
318
324
Package : LibTorch <br >
319
325
Language : C++ / Java <br >
320
- CUDA : 11.6 <br >
321
326
Run this Command : Download here (cxx11 ABI) <br >
322
- GPU : https://download.pytorch.org/libtorch/cu116/libtorch-cxx11-abi-shared-with-deps-1.13.1%2Bcu116.zip <br >
323
- CPU : https://download.pytorch.org/libtorch/cpu/libtorch-cxx11-abi-shared-with-deps-1.13.1%2Bcpu.zip <br >
327
+ CUDA 11.7 : https://download.pytorch.org/libtorch/cu117/libtorch-cxx11-abi-shared-with-deps-2.0.0%2Bcu117.zip <br >
328
+ CUDA 11.8 : https://download.pytorch.org/libtorch/cu118/libtorch-cxx11-abi-shared-with-deps-2.0.0%2Bcu118.zip <br >
329
+ CPU : https://download.pytorch.org/libtorch/cpu/libtorch-cxx11-abi-shared-with-deps-2.0.0%2Bcpu.zip <br >
324
330
***
325
331
326
332
### 2. OpenCV
0 commit comments