Fareed Khan

Results 3 comments of 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...