Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

please tell me how to fix this error #163

Open
WWWWYYYYAAAA opened this issue Dec 24, 2022 · 1 comment
Open

please tell me how to fix this error #163

WWWWYYYYAAAA opened this issue Dec 24, 2022 · 1 comment

Comments

@WWWWYYYYAAAA
Copy link

NameError Traceback (most recent call last)
~\AppData\Local\Temp\ipykernel_13412\4144211082.py in
56 useCPU = False # @param {type:"boolean"}
57
---> 58 if not is_colab:
59 # If running locally, there's a good chance your env will need this in order to not crash upon np.matmul() or similar operations.
60 os.environ['KMP_DUPLICATE_LIB_OK'] = 'TRUE'

NameError: name 'is_colab' is not defined

@lmagoncalo
Copy link
Contributor

It looks like you forgot to run a previous cell, more specifically the cell 1.2 Prepare Folders

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants