Guest User

error

a guest
Jul 16th, 2020
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.68 KB | None | 0 0
  1. reakpoint 2, mlpack::data::Split<arma::field<arma::Mat<double> >, void> (input=..., trainData=..., testData=..., testRatio=0.5, shuffleData=false) at /home/psykik/Documents/mlpack/src/mlpack/core/data/split_data.hpp:297
  2. 297        trainData[i] = input(0, order(i));
  3. Execute debugger commands using "-exec <command>", for example "-exec info registers" will list registers in use (when GDB is the debugger)
  4.  
  5. Program received signal SIGSEGV, Segmentation fault.
  6. 0x000055555cb27ead in arma::field<arma::Mat<double> >::operator[] (i=0, this=0x7fffffffb960) at /usr/include/armadillo_bits/field_meat.hpp:456
  7. 456   return (*mem[i]);
  8.  
  9. Program terminated with signal SIGSEGV, Segmentation fault.
Add Comment
Please, Sign In to add comment