maianhpuco
maianhpuco
Hi Oxyteam, I've been exploring your solution and found a section in your training file in the TRAIN/ folder. It includes the following imports: ``` from src.coat import CoaT, coat_lite_mini,...
in your modules/text_extractor.py ``` def create_text_extractor( model_name: str, device: torch.device = torch.device('cpu'), override_image_size = None, ): if model_name == 'bioclinicalbert': print(f'Loading {model_name} model config for text extractor.') with open('./src/ctranspath_448_bioclinicalbert.json') as...