sony / nnabla

Neural Network Libraries
https://nnabla.org/
Apache License 2.0
2.73k stars 334 forks source link

Use vs2019 default path #1178

Closed TomonobuTsujikawa closed 1 year ago

TomonobuTsujikawa commented 1 year ago

Currently, vs2019 directory had to be a directory that did not contain special characters. This PR enables to use the default vs2019 path.

This PR is pair with https://github.com/sony/nnabla-ext-cuda/pull/463