Skip to content

Commit 4c1d9f6

Browse files
authored
Merge pull request #26 from koba-jon/develop/v1.12.1
Develop/v1.12.1
2 parents 59e8965 + 02c2ada commit 4c1d9f6

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ In addition, I might adapt programs to the latest version. <br>
1010

1111
## Updates
1212

13+
2022/09/12: Release of `v1.12.1` <br>
1314
2022/08/04: Release of `v1.12.0` <br>
1415
2022/03/18: Release of `v1.11.0` <br>
1516
2022/02/10: Release of `v1.10.2` <br>
@@ -19,11 +20,11 @@ In addition, I might adapt programs to the latest version. <br>
1920
2021/11/12: Release of `v1.10.0` <br>
2021
2021/09/27: Release of `v1.9.1` <br>
2122
2021/09/27: Support for using different devices between training and test <br>
22-
2021/09/06: Improved accuracy of time measurement using GPU <br>
2323

2424
<details>
2525
<summary>See more...</summary>
2626

27+
2021/09/06: Improved accuracy of time measurement using GPU <br>
2728
2021/06/19: Release of `v1.9.0` <br>
2829
2021/03/29: Release of `v1.8.1` <br>
2930
2021/03/18: Implementation of `Discriminator` from DCGAN <br>
@@ -311,14 +312,14 @@ In addition, I might adapt programs to the latest version. <br>
311312
Please select the environment to use as follows on PyTorch official. <br>
312313
PyTorch official : https://pytorch.org/ <br>
313314
***
314-
PyTorch Build : Stable (1.12.0) <br>
315+
PyTorch Build : Stable (1.12.1) <br>
315316
Your OS : Linux <br>
316317
Package : LibTorch <br>
317318
Language : C++ / Java <br>
318319
CUDA : 10.2 <br>
319320
Run this Command : Download here (cxx11 ABI) <br>
320-
GPU : https://download.pytorch.org/libtorch/cu102/libtorch-cxx11-abi-shared-with-deps-1.12.0%2Bcu102.zip <br>
321-
CPU : https://download.pytorch.org/libtorch/cpu/libtorch-cxx11-abi-shared-with-deps-1.12.0%2Bcpu.zip <br>
321+
GPU : https://download.pytorch.org/libtorch/cu102/libtorch-cxx11-abi-shared-with-deps-1.12.1%2Bcu102.zip <br>
322+
CPU : https://download.pytorch.org/libtorch/cpu/libtorch-cxx11-abi-shared-with-deps-1.12.1%2Bcpu.zip <br>
322323
***
323324

324325
### 2. OpenCV

0 commit comments

Comments
 (0)