leeshien

Results 2 issues of leeshien

The pretrained model is favorable as it detects text with high accuracy. However, it takes long time to inference with CPU, this is out of expectation in production deployment. Is...

setup: !git clone https://www.github.com/farizrahman4u/recurrentshop.git %cd recurrentshop !python setup.py install !pip install git+https://github.com/farizrahman4u/seq2seq.git I got the following error after running this line of code: _model = AttentionSeq2Seq(input_dim=n_features, input_length=in_timestep, hidden_dim=300, output_length=n_features, output_dim=n_features,...