ZQS1943 / GLEN

code for "GLEN: General-Purpose Event Detection for Thousands of Types"
MIT License
11 stars 1 forks source link

Google Colab Issue #1

Open NahedAbdelgaber opened 6 months ago

NahedAbdelgaber commented 6 months ago

I tried to rune the tested example in colab, but it is giving me this issue while trying to run event detection

colab_kernel_launcher.py: error: unrecognized arguments: -f /root/.local/share/jupyter/runtime/kernel-b7e2cda3-82d7-4758-8e1f-6c748e4aa47e.json An exception has occurred, use %tb to see the full traceback.

The library has been insulted successfully, and the checkpoints are in the correct path. I searched the error and it seemed related to parser arguments. This link may help https://stackoverflow.com/questions/48796169/how-to-fix-ipykernel-launcher-py-error-unrecognized-arguments-in-jupyter

Thanks!

ZQS1943 commented 6 months ago

I have updated the glen package. Please install the latest version (v1.5) and try again. Thank you!

NahedAbdelgaber commented 6 months ago

Thank you for your fast reply!