Tristan Stérin
Tristan Stérin
Hello, Thank you for your work and very nice library. If ever you get the time, would it be possible to implement the conversion NFA Regular expression ? The direction...
Hello, I added two rust/WASM games: Sandspiel and sokowasm
Hi, In order to use vgg19, the following normalizing step has to be used: (Values of the input image being between 0 and 1) `normalize = transforms.Normalize(mean=[0.485, 0.456, 0.406], std=[0.229,...
**Describe the bug** I have "$\omega$" in the title of a bibtex entry. `latex_to_unicode` transforms \o into ø, resulting in: **Reproducing** Version: `1.4.3` Code: ```python parser = BibTexParser() parser.customization =...