Error When Running Colab
#2
by SirCodesAlot - opened
Hi, it seems that there's an issue with running the Colab notebook, I get the error:
"ImportError: cannot import name 'check_argument_types' from 'typeguard' (/usr/local/lib/python3.10/dist-packages/typeguard/init.py)"
Also, do you have any advice with regards to training a custom model on a custom dataset for Speech Filter?
Thank you very much🙌
Maybe you can try to fix the version of typeguard. In my case it work with typeguard==2.13.3
nguyenvulebinh changed discussion status to closed