▲ | smokel 4 days ago | ||||||||||||||||||||||
To follow up, after experimenting a bit with the source code: 1. Please, for the love of God, and for scientific reproducibility, specify library versions explicitly, and use pyproject.toml instead of an incomplete requirements.txt. 2. The 1,000 Sudoku examples are augmented with hand-coded permutation algorithms, so the actual input data set is more like 1,000,000 examples, not 1,000. | |||||||||||||||||||||||
▲ | rudedogg 4 days ago | parent | next [-] | ||||||||||||||||||||||
Do you have a fork or the changes? I might take a look, and python dependency hell on Sunday is no good | |||||||||||||||||||||||
▲ | mkagenius 3 days ago | parent | prev [-] | ||||||||||||||||||||||
> specify library versions explicitly Sometimes even that is not helpful. It's a pain we have to deal with. | |||||||||||||||||||||||
|