You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the /wiki 'president_place_of_birth_tutorial.ipynb' notebook, running the Discriminative Model with emmental produces an error if the emmental package is installed without the emmental-default-config.yaml file. I installed emmental using the anaconda(0.8 version) and ran into this error:
FileNotFoundError: [Errno 2] No such file or directory: **'/home/user/anaconda3/envs/fonduer/lib/python3.7/site-packages/emmental/emmental-default-config.yaml
It can be corrected by copying the latest (0.8) version of this file from The Emmental Source directory
to the python package location for Emmental (as shown in the error) .
`
The text was updated successfully, but these errors were encountered:
In the /wiki 'president_place_of_birth_tutorial.ipynb' notebook, running the Discriminative Model with emmental produces an error if the emmental package is installed without the emmental-default-config.yaml file. I installed emmental using the anaconda(0.8 version) and ran into this error:
It can be corrected by copying the latest (0.8) version of this file from The Emmental Source directory
to the python package location for Emmental (as shown in the error) .
`
The text was updated successfully, but these errors were encountered: