i

Results 3 issues of i

is_valid_sudoku_pythonic was failing on test 8/745 due to floating point division. Floor division is needed to group cells into their proper "regions".

bug

### Bug description During the fit loop, here's a simple log of the `global_step` and `batch_idx` values during `on_train_batch_start` and `on_train_batch_end`. ``` [TRAIN STEP START] trainer.global_step=0, batch_idx=0 [TRAIN STEP END]...

bug
help wanted
loops
ver: 2.1.x

Thanks for putting together this great package! I'm trying wrap my head around Pomegranate by training an HMM language model. Based on what i've read in the documentation https://pomegranate.readthedocs.io/en/latest/tutorials/B_Model_Tutorial_4_Hidden_Markov_Models.html and...