I just found this library and I have high hopes it will solve my particular problem. When I tried to execute
./run.sh
I get the error
'Namespace' object has no attribute 'concat'
Looking inside main.py, there is no definition concat. I find this hard to believe, because you must have tested the code before putting it on github. Could you please explain how to handle this? What does concat do? Thanks for any insight.
Sorry for this fault. I take Github as my cloud drive and pushed a debug version. I've deleted line 63-64 which is unnecessary.
The official implmentation could be found in http://bit.ly/SeqFM
I just found this library and I have high hopes it will solve my particular problem. When I tried to execute
I get the error
Looking inside
main.py
, there is no definitionconcat
. I find this hard to believe, because you must have tested the code before putting it on github. Could you please explain how to handle this? What doesconcat
do? Thanks for any insight.