efficient-kan
efficient-kan copied to clipboard
block: [0,0,0], thread: [1,0,0] Assertion `input_val >= zero && input_val <= one` failed. when using BCEloss
When I use BCEloss for binary classification, the output of the model is negative, and I also added sigmod to the model, but the output is still negative. Why is this?