Saurabh
Saurabh
I have cloned code from dev branch and executing following command to fine-tune model on CPU: `python run_ner.py --cache_dir=path_to_cache --data_dir=path_to_data --bert_model=bert-base-uncased --task_name=ner --output_dir=path_to_output --no_cuda --do_train --do_eval --warmup_proportion=0.1` But I am...
I want to define a function in `lib/fast_rcnn/test.py` . I implemented new function in `test.py` and imported `test` in demo.ipnb. When I access new function as `test.new_function()` it throw error...
I run following command: `python main.py --input ./input --video_root ./videos --output ./output.json --model_name resnext --model_depth 101 --model ./models/resnext-101-kinetics.pth --mode score` and got following error: > Traceback (most recent call last):...