fbmoreira
fbmoreira
Do you believe running `eyepacs.sh --redistribute` before training new models could result in more varied models and thus a better ensemble? Thank you for your answer!
Sorry for not providing a faster reply, but the maximum AUC I got in my tests was 0.90 using the evaluate.py on eyepacs with the default seed. I suppose eventually...
I trained about 10 models with the default seed, and tried to use evaluate.py on the ones that got the higher AUC during the training cross-validation. One of the models,...
I didn't say a thing about fixed initialization o_O I knew it was only for the dataset partition since it was in the `eyepacs.sh` script, and had nothing to do...
desock.c code expects the user to input a 5-byte string (counting /0), which it then checks with an assert. It then prints out "You wrote: @", where @ is the...
oh, the exit behavior is answered in issue #63 , it's meant to exit.
This is likely related to what has been reported in issues #66 and #104. The access latency is set to zero for terminal caches in init.cpp, and a macro is...