Mohammad Mahdi Bejani
Mohammad Mahdi Bejani
I just clone the repo. and install the package by pip but I got the following error: ERROR: Command errored out with exit status 1: command: /usr/bin/python3 -u -c 'import...
I try to create an object from the LARS optimizer, but I got the following error: ``` Traceback (most recent call last): File "", line 1, in File "/home/bmn4_bejani/keras-contrib/keras_contrib/optimizers/lars.py", line...
### Summary The function `forwardSequentialModuleWithPadMask` work for those networks which are built based on just `Transformer` family. If the network has non-`Transformer` based layer, e.g. Conv2D, then the length of...
I just run the example code and create two FSTs. Then I use intersect operation on these two FSTs and got the following error: ERROR: IntersectFst: Input FSTs are not...