Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
0 votes
1 answer
892 views

LibTorch with CMake via Eclipse in Windows:Terminated exit value 390

I used cmake4eclipse to build torch C++ version 1.0 stable in Windows 10. Basically, I have the following CMakeLists.txt to build the mnist example: cmake_minimum_required(VERSION 3.1 FATAL_ERROR) ...
Afshin Oroojlooy's user avatar