質問編集履歴
1
Visual Studioのインストール情報追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -161,3 +161,4 @@
|
|
161
161
|
nvcc fatal : nvcc cannot find a supported version of Microsoft Visual Studio. Only the versions between 2017 and 2019 (inclusive) are supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk.
|
162
162
|
```
|
163
163
|
最後のメッセージを読むと『Visual Studioのバージョンが違うので2017か2019にしろ』と書かれていますが、Visual Studio 2019はインストール済みで、実際、他の仮想環境ではtensorflowではありませんが、GPUを利用したシステムが動いています。どうすればいいでしょうか?
|
164
|
+

|