AODELd predict_voting false not working #17
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
b_main -m AODELd --stratified -d iris --hyperparameters '{"predict_voting": false}'
*** Starting experiment: Test iris AODELd 5 folds ***
Status Meaning
( a ) Fitting model with train dataset
( b ) Scoring train dataset
( c ) Scoring test dataset
Note: fold number in this color means fitting had issues such as not using all features in BoostAODE classifier
N Dataset #Samp #Feat Seed Status
0 iris 150 4 271 1(b)terminate called after throwing an instance of 'c10::IndexError'
what(): index 3 is out of bounds for dimension 2 with size 3
Exception raised from get at ../aten/src/ATen/native/cpu/IndexKernelUtils.h:44 (most recent call first):
frame #0: c10::Error::Error(c10::SourceLocation, std::__cxx11::basic_string<char, std::char_traits, std::allocator >) + 0x6b (0x7fe23b4c51fb in /home/rmontanana/Code/libtorch/lib/libc10.so)
frame #1: + 0x57a3d38 (0x7fe22ada3d38 in /home/rmontanana/Code/libtorch/lib/libtorch_cpu.so)
frame #2: at::TensorIteratorBase::serial_for_each(c10::function_ref<void (char**, long const*, long, long)>, at::Range) const + 0x18e (0x7fe2267e1c6e in /home/rmontanana/Code/libtorch/lib/libtorch_cpu.so)
frame #3: at::TensorIteratorBase::for_each(c10::function_ref<void (char**, long const*, long, long)>, long) + 0x167 (0x7fe2267e22c7 in /home/rmontanana/Code/libtorch/lib/libtorch_cpu.so)
frame #4: + 0x5795e85 (0x7fe22ad95e85 in /home/rmontanana/Code/libtorch/lib/libtorch_cpu.so)
frame #5: + 0x250a2bb (0x7fe227b0a2bb in /home/rmontanana/Code/libtorch/lib/libtorch_cpu.so)
frame #6: + 0x250a443 (0x7fe227b0a443 in /home/rmontanana/Code/libtorch/lib/libtorch_cpu.so)
frame #7: at::_ops::index_Tensor::redispatch(c10::DispatchKeySet, at::Tensor const&, c10::List<c10::optionalat::Tensor > const&) + 0x90 (0x7fe22751dd10 in /home/rmontanana/Code/libtorch/lib/libtorch_cpu.so)
frame #8: + 0x3af953a (0x7fe2290f953a in /home/rmontanana/Code/libtorch/lib/libtorch_cpu.so)
frame #9: + 0x3af9aa6 (0x7fe2290f9aa6 in /home/rmontanana/Code/libtorch/lib/libtorch_cpu.so)
frame #10: at::_ops::index_Tensor::call(at::Tensor const&, c10::List<c10::optionalat::Tensor > const&) + 0x1a3 (0x7fe227576a33 in /home/rmontanana/Code/libtorch/lib/libtorch_cpu.so)
frame #11: b_main() [0x4bc0ed]
frame #12: b_main() [0x4b516c]
frame #13: + 0xe31e3 (0x7fe224ce31e3 in /lib64/libstdc++.so.6)
frame #14: + 0x8e897 (0x7fe224aac897 in /lib64/libc.so.6)
frame #15: + 0x11580c (0x7fe224b3380c in /lib64/libc.so.6)
Aborted (core dumped)