Donghyeok Tak
Donghyeok Tak
Looks good 😃
Yes, you're right. It is not that difficult to implement. I'll add the command-line parameter for time-out, and so on. Thanks!
I'm not sure this is what you want, you can use the convert method in Triangler class. It takes one parameter whose type can be either str(file path in this...
You should use tools such as [PEP8](https://www.python.org/dev/peps/pep-0008/) to maintain a consistent code style. I think [pylint](https://www.pylint.org/), [yapf](https://github.com/google/yapf) would be good for this :)
Bullet already seems to contain a lot of elements to modify to support the cross-platform. In my opinion, This project should be rewritten to support cross-platform. (Windows terminal is silly...
Also, Windows CMD does not seem to apply colors with "\u001b[31m". I think [This library](https://github.com/tartley/colorama) will be helpful to print color!
Hi, thanks for letting me know about the issue. I temporarily removed a `pyramid_reduce` option because of the dependency on the deprecated method. You can disable this option by setting...
Fixed at commit 8f77b8181693913e5b5a94538498ea6102761550.
I have also tried to implement an encoder-decoder structure using Mamba. It (at least) performs better than LSTM; but not than the Transformers. According to https://github.com/state-spaces/mamba/issues/78, it's still an open...
Hi, Thank you for opening the issue! Unfortunately, there is no direct way to apply a binary mask in its current form, and it would require some additional code dev....