Yaroslav Pikaliov

Results 4 comments of Yaroslav Pikaliov

HI. I'm trying to compile your branch of DAWG with python3.7 and Cython 0.27.3. `sudo python3.7 -m pip install git+https://github.com/Meigyoku-Thmn/DAWG --upgrade` Can u guide me how to compile? Thank you....

I have same error (using Keras API) ``` input_ = Input(batch_shape=(None, 1, dim_in), name='main_input') out = Bidirectional(CuDNNGRU(256, return_sequences=True), name='BLSTM-256')(input_) out = Bidirectional(CuDNNGRU(128, return_sequences=True), name='BLSTM-128')(out) out = Bidirectional(CuDNNGRU(64, return_sequences=True), name='BLSTM-64')(out) out...

![m_stack_blstm_mask](https://user-images.githubusercontent.com/17013861/56361857-180c9080-61f1-11e9-91eb-2f7650905f46.png)

+1 make some examples guys. I couldn't use your code for my tasks. So i just gave up and return to tf and keras.