Brook

Results 8 comments of Brook

谢谢,我去试试beta。装warpCTC确实比较麻烦

装warpctc碰到这个问题:warp-ctc/tensorflow_binding/warpctc_tensorflow/kernels.cpython-36m-x86_64-linux-gnu.so: undefined symbol: _ZTIN10tensorflow8OpKernelE 把beta的代码改成这样: self.labels = tf.sparse_placeholder(tf.int32,[None],name='labels') ctc_loss = tf.nn.ctc_loss(labels=labels,inputs=logits_batch, sequence_length=time_step_batch) 好像也不对 beta分支没有正常的ctc吗。。。

上面那个是在centos里的错。。搜了一下,warpctc的issues里面有这样的问题,但是好像没人解决。 这里还有个mac上的错: bogon:tensorflow_binding brook$ python3 Python 3.6.3 (default, Nov 15 2017, 09:52:28) [GCC 4.2.1 Compatible Apple LLVM 9.0.0 (clang-900.0.37)] on darwin Type "help", "copyright", "credits" or "license" for more information....

i find that the element in app.children will never be removed. is this a bug?

thank you @hirako2000 . so, do you think this is a bug ? @sasha240100

same as https://github.com/WhitestormJS/whs.js/blob/591f4b4fe60d95336f3dae1fca1b1ff6ce605cc6/src/core/Component.js#L181