Open leannejdong opened 4 years ago
You need to pass an argument to the executable. Not sure how to do it using CLion but configFile has to be a json file corresponding to the configuration of the network.
In my earlier note I already tried both way.
The content of test1.json is Syntax: train [configFile]
Hi, I follow your instruction building with CMake. However, I cannot train. I ended up with /home/leanne/Dev/projects/ann/cmake-build-debug/train Syntax: train [configFile]
Process finished with exit code 255 I use CLion. I tried again over teminal, the result is same and I got Syntax: train [configFile] as the final output.
What did I miss? Everything built fine.