In ``` def inference_sudoku(sample): ... return pred ``` `pred` is the estimated number at each position, it should be changed to `feat` here.
In
predis the estimated number at each position, it should be changed tofeathere.