DucTran

Results 3 issues of DucTran

Using [PEP 448](https://peps.python.org/pep-0448/) to merge dicts. ```python >>> {**{'x': 1}, **{'x': 2}} {'x': 2} ```

**Describe the bug** I'm using Macbook Air m1 (base 8gb) with Macos Sonoma 14.1.1, python 3.11 (conda) I have been trying to manually compile from source and seriallize it to...

bug

Hi, I see that your `requirements.txt` file only contains tensorflow based libraries. How can I use other libs like `pytorch`? Can you provide an example to use `torch` instead of...