Ethan Fast

Results 16 issues of Ethan Fast

State machine has an occasional bug with selector input, user needs to type enter again

Is this expected behavior? Everything runs fine if I remove the no_grad block. Example: Loading CModule: ```rust let mut model = tch::CModule::load(model_path).unwrap(); model.to(device, tch::Kind::Float, false); ``` Then inside scoring method:...