Fareed Khan
Fareed Khan
### Cheap solution Within `main.py` file at line `368` `checkpoint_path = os.path.join(args.output_dir, args.train_data,args.checkpoint_data)` you can replace it with complete directory path like this: `checkpoint_path = r'C:\Users\faree\Desktop\lcnn\checkpoints\BRIND\11\11_model.pth'` based on the model...
@poetry00, yes I have but you need to follow the solution I mentioned above.
From this [link](https://pypi.org/project/ChatterBot/), you can see the dependencies of this library, which clearly shows that `Python-3.8.0` is the latest version this library works with, since 2020 no development have taken...
@oraby8 For non-English languages, finding a specific list of words or phrases is a challenging task. Internet corpora are not available for every language, and even when they exist, such...
@hamzashezad, I will do my best to add the appropriate methodology and code here. However, in the meantime, a more quicker approach is to use the [NOW](https://www.english-corpora.org/now/) Corpus, which has...
Hello @AHMAD-DOMA, I have also successfully reproduced the results presented in the paper for the `MIMIC-3 Full` dataset, although I haven't yet done so for the `top 50 codes`. I...
I apologize for any misunderstanding. To clarify, I didn't perform any training but did perform preprocessing. My results are generated based on a pre-trained model they have provided in `README`
Hi! Thanks for reaching out. I’d be happy to help. Could you please share the details of your results along with the resources or notebook you used for fine-tuning? This...
oops. thank you!
> > oops. thank you! > > how doing ? bro Just follow the [docs](https://github.com/microsoft/OmniParser#:~:text=Ensure%20you%20have%20the%20V2%20weights%20downloaded%20in%20weights%20folder%20(ensure%20caption%20weights%20folder%20is%20called%20icon_caption_florence).%20If%20not%20download%20them%20with%3A).