fcpi
fcpi
[test_sample.zip](https://github.com/TACJu/TransFG/files/6828584/test_sample.zip)
want python audio input example too
@tlikhomanenko perhaps my states is not clear. Actually I want to know how to use a audio as a input to binding/python, and get a asr result directly in python...
@tlikhomanenko I trained AM model using wav2letter and I had got "sampleId.bin" by running build/Test . Because in Test it does Greedy Path decode and I want to do `Lexicon-free...
@tlikhomanenko I do like yours and it doesn't solve my question. I decided to debug wav2letter/Decoder.cpp first and until I got a right result from it, I debug bindings/python again.
what style layers and content layers you have used, i used the default layers and your parameters and cann't get transformed image as your with 5000 iters in COCO dataset,...
您在脚本build_medicalgraph.py里对"Disease"节点的属性的定义似乎和您在readme里面的不一致,您在build_medicalgraph.py里定义了一共9个属性,而在readme的说明里只有8个属性,少了一个“ cure_department”, 请问是以代码里的为准吗?
``` you are right, it is the problem about "RGB BGR" and I have solved this problem. ``` I got another question about ConvolutionTranspose2D.py in model's directory. For the using...
Thanks for your reply. perphase my statement is not very ckearly. I used "export_keras_model.py" to convert tensorflow's chkp and meta model files to pb format, and do forward using the...
another, I follow steps in "https://zhuanlan.zhihu.com/p/55371926" and use a same wav as input , but to find the fbank_feat = logfbank(sig, nfilt=80, lowfreq=20, dither=0, wintype='povey') doesn't same as the kaldi's...