thomasmesnard / CTC-LSTM

Theano implementation of CTC. Applied on TIMIT and a Toy dataset.
Apache License 2.0
34 stars 17 forks source link

An issue about Theano #1

Open iezhanqingran opened 7 years ago

iezhanqingran commented 7 years ago

When I run the example ,i met the issus ''no module named block.bricks'',I want to konw how to install the blocks.bricks.thanks,

hanirazaabdullah commented 6 years ago

try any one of the following solutions

  1. pip install block_extras OR
  2. git clone https://github.com/mila-udem/blocks-extras.git and then pip install -e block_extras/

If the code doesn't works directly now, u have to update the import lines in the code replace blocks with blocks_extras where you need to use bricks