Skip to content

Commit 4265a19

Browse files
authored
Merge pull request #28 from koba-jon/develop/v1.13.2
Develop/v1.13.2
2 parents 632d715 + 3611e25 commit 4265a19

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

README.md

+11-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# 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+
25
These are Deep Learning sample programs of PyTorch written in C++.
36

7+
8+
49
## Description
510
PyTorch is famous as a kind of Deep Learning Frameworks.<br>
611
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>
1015

1116
## Updates
1217

18+
2023/05/07: Release of `v2.0.0` <br>
1319
2023/03/01: Release of `v1.13.1` <br>
1420
2022/09/12: Release of `v1.12.1` <br>
1521
2022/08/04: Release of `v1.12.0` <br>
@@ -19,11 +25,11 @@ In addition, I might adapt programs to the latest version. <br>
1925
2022/01/09: Release of `v1.10.1` <br>
2026
2022/01/09: Fixed execution error in test on CPU package <br>
2127
2021/11/12: Release of `v1.10.0` <br>
22-
2021/09/27: Release of `v1.9.1` <br>
2328

2429
<details>
2530
<summary>See more...</summary>
2631

32+
2021/09/27: Release of `v1.9.1` <br>
2733
2021/09/27: Support for using different devices between training and test <br>
2834
2021/09/06: Improved accuracy of time measurement using GPU <br>
2935
2021/06/19: Release of `v1.9.0` <br>
@@ -313,14 +319,14 @@ In addition, I might adapt programs to the latest version. <br>
313319
Please select the environment to use as follows on PyTorch official. <br>
314320
PyTorch official : https://pytorch.org/ <br>
315321
***
316-
PyTorch Build : Stable (1.13.1) <br>
322+
PyTorch Build : Stable (2.0.0) <br>
317323
Your OS : Linux <br>
318324
Package : LibTorch <br>
319325
Language : C++ / Java <br>
320-
CUDA : 11.6 <br>
321326
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>
324330
***
325331

326332
### 2. OpenCV

0 commit comments

Comments
 (0)