D.Edwards
Results
2
issues of
D.Edwards
``` import spacy text_en = "Victor Hugo and Honoré de Balzac are French writers who lived in Paris." nlp_model_en = spacy.load("en_core_web_sm") # specify configuration: nlp_model_en.add_pipe("entityfishing", config={"extra_info": True}) doc_en = nlp_model_en(text_en)...
ive downloaded the kinetics dataset multiple times and ran preprocessing but i never get a train_data_joint.npy file, so i cant run the subsequent training where can i get this file?...