PythonOdyssey
PythonOdyssey
CoNll dataset - can predict only 5 tags ontonotes- can predict around 18 tags will the code work fine if i just replace the dataset with ontonotes or are there...
Hi followed the instruction shared in [Pre-training with BERT](https://github.com/google-research/bert#pre-training-with-bert) i ran these 2 file as mentioned in the instruction , python create_pretraining_data.py python run_pretraining.py after running those 2 file i...
Hi , Im trying to understand the working of annoy and have read the code _make_tree since im not from C++ background im trying hard to figure out the logic...
Query1. How the coordinates x1,y1,x2,y2,x3,y3,x4,y4 of the sample image gt_img_859.txt was collected? inorder to feed into split_label.py to get the correct coordinates of bounding box ? 1192,1862,2424,1895,2405,2428,1185,2366,english,8512 846,1280,1092,1379,1088,1478,831,1390,english,### 299,1123,585,1222,536,1370,240,1291,english,### when...
How to get the bounding box cor ordinates of the original image size ? The image is resized and bounding box is applied on it ,but in final output the...
hi , im trying to train with custom data and after running utils/prepare/split_label.py i get below unable to train Error processing 100_icdar13.png . Folder structure dataset ---custom_image---image--- 100_icdar13.png ---custom_image---label---gt_100_icdar13.txt --image...
build folder has no .so file when i searched manually any help on how to resolve this ?
g++ -std=c++11 -pthread -O3 fastBPE/main.cc -IfastBPE -o fast g++: error: fastBPE/main.cc: No such file or directory g++: fatal error: no input files compilation terminated. workaround suggested under pytorch / fairseq...
**Describe the bug** Followed the tutorial for RAGAS with Azure OpenAI in this link https://docs.ragas.io/en/stable/howtos/customisations/azure-openai.html and encountered error "The response was filtered due to the prompt triggering Azure OpenAI's content...