diff --git a/README-EN.md b/README-EN.md index 1d1ca38..f63b4c2 100644 --- a/README-EN.md +++ b/README-EN.md @@ -19,15 +19,12 @@ At least the following environment is required to run this software. * OS: Windows Vista or later 64bit (There is no exe for 32bit) * Memory: 1GB or more of free memory (however, this depends on the image size to be converted) + * GPU: NVIDIA GPU with Compute Capability 3.5 or higher * Microsoft Visual C++ 2015 Redistributable Package Update 3 (x64 version) must be installed (Required) - The above package is [here.](https://www.microsoft.com/ja-jp/download/details.aspx?id=53587) - After pressing the `Download` button, select `vcredist_x64.exe` to download and install. - If you can't find it, try searching with "Visual C++ 2015 Redistributable Package Update 3". -When converting with cuDNN - - * GPU: NVIDIA GPU with Compute Capability 3.0 or higher - If you want to know the Compute Capability of your GPU, check it out on [this page](https://developer.nvidia.com/cuda-gpus). diff --git a/README.md b/README.md index e79c297..3907bb7 100644 --- a/README.md +++ b/README.md @@ -19,16 +19,12 @@ GUI supports English, Japanese, Simplified Chinese, Traditional Chinese, Korean, * OS : Windows Vista以降 64bit (32bit用exeはありません) * メモリ : 空きメモリ1GB以上 (ただし、変換する画像サイズによる) - * GPU : Compute Capability 3.0 以上のNVIDIA製GPU(CPUで変換する場合は不要) + * GPU : Compute Capability 3.5 以上のNVIDIA製GPU(CPUで変換する場合は不要) * Microsoft Visual C++ 2015 再頒布可能パッケージ Update 3(x64版)がインストールされていること(必須) - 上記パッケージは[こちら](https://www.microsoft.com/ja-jp/download/details.aspx?id=53587) - `ダウンロード` ボタンを押した後、`vcredist_x64.exe`を選択し、ダウンロード・インストールを行って下さい。 - 見つからない場合は、「Visual C++ 2015 再頒布可能パッケージ Update 3」で検索してみて下さい。 -cuDNNで変換する場合はさらに - - * GPU : Compute Capability 3.0 以上のNVIDIA製GPU - 自分のGPUのCompute Capabilityが知りたい場合は[こちらのページ](https://developer.nvidia.com/cuda-gpus)で調べて下さい。