@@ -10,6 +10,7 @@ In addition, I might adapt programs to the latest version. <br>
10
10
11
11
## Updates
12
12
13
+ 2022/09/12: Release of ` v1.12.1 ` <br >
13
14
2022/08/04: Release of ` v1.12.0 ` <br >
14
15
2022/03/18: Release of ` v1.11.0 ` <br >
15
16
2022/02/10: Release of ` v1.10.2 ` <br >
@@ -19,11 +20,11 @@ In addition, I might adapt programs to the latest version. <br>
19
20
2021/11/12: Release of ` v1.10.0 ` <br >
20
21
2021/09/27: Release of ` v1.9.1 ` <br >
21
22
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 >
23
23
24
24
<details >
25
25
<summary >See more...</summary >
26
26
27
+ 2021/09/06: Improved accuracy of time measurement using GPU <br >
27
28
2021/06/19: Release of ` v1.9.0 ` <br >
28
29
2021/03/29: Release of ` v1.8.1 ` <br >
29
30
2021/03/18: Implementation of ` Discriminator ` from DCGAN <br >
@@ -311,14 +312,14 @@ In addition, I might adapt programs to the latest version. <br>
311
312
Please select the environment to use as follows on PyTorch official. <br >
312
313
PyTorch official : https://pytorch.org/ <br >
313
314
***
314
- PyTorch Build : Stable (1.12.0 ) <br >
315
+ PyTorch Build : Stable (1.12.1 ) <br >
315
316
Your OS : Linux <br >
316
317
Package : LibTorch <br >
317
318
Language : C++ / Java <br >
318
319
CUDA : 10.2 <br >
319
320
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 >
322
323
***
323
324
324
325
### 2. OpenCV
0 commit comments