peterswang

Results 2 comments of peterswang

Rebuilt with cmake -DCMAKE_BUILD_TYPE=Debug and run under lldb: > lldb -- python train_lpo.py -f0 0.2 ../models/lpo_VOC_0.2.dat > (lldb) target create "python" > Current executable set to 'python' (x86_64). > (lldb)...

Thanks for pointing lldb msg. Here's the debug log & backtrace: $ lldb -- python train_lpo.py -f0 0.2 ../models/lpo_VOC_0.2.dat (lldb) target create "python" Current executable set to 'python' (x86_64). (lldb)...