vigneshgig
vigneshgig
Making all in examples [ 35%] No install step for 'webp' [ 38%] Completed 'webp' [ 38%] Built target webp [ 40%] Building CXX object lib/CMakeFiles/lmbspecialops.dir/correlation.cc.o /home/giuser/MyWorkspace/demon/lmbspecialops/src/correlation.cc:19:42: fatal error: tensorflow/core/framework/op.h:...
can you explain the code where you exactly changed to suit Ner in Bert I am very much interested ,it will be much helpful.
anyone can you give me a steps to test the pretrained model
ubuntu 16.04 no gpu python3.5 tensorflow 1.14.0 python3 aster/demo.py /home/giuser/.local/lib/python3.5/site-packages/tensorflow/python/framework/dtypes.py:516: FutureWarning: Passing (type, 1) or '1type' as a synonym of type is deprecated; in a future version of numpy, it...
Hi, To do lexicon-free decoding I set the args.lexicon to False in wsl_decoder.py. But I got an empty string. So Please explain how to do lexicon free decoding. In wsl_decoder.py...
I have a huge dataset i want annotate the my own dataset is there any tool like if have a audio for 3 seconds where 1 second is noise and...
python3.7 code/download.py download http://verteiler5.mediathekview.de/Filmliste-akt.xz Traceback (most recent call last): File "code/download.py", line 147, in download_zdf_serien() File "code/download.py", line 132, in download_zdf_serien download_list() File "/home/giuser/vadnet/train/code/playlist.py", line 28, in download_list data =...
I want to directly load the quantized model. So how to save the wav2vec model properly.
python3.7 detect.py -image_folder ./test/ -output_folder ./out Namespace(batch_size=1, cfg='cfg/yolov3.cfg', class_path='data/icdar.names', conf_thres=0.2, image_folder='./test/', img_size=608, nms_thres=0.1, output_folder='./out', plot_flag=True, txt_out=False, weights_path='weights/latest.pt') when I runned the cmd it get stuck and does not show any...
Hi, I need to backtest 5minute dataset for intraday strategy, but library holding the trade, till exit order signal, but i need to exit within a day if any order...