Skip to content
Discussion options

You must be logged in to vote

If you just wish to disable warnings, you can try:

import warnings
warnings.filterwarnings("ignore", category=UserWarning)

Although it's possible that the warning happens during import, not execution, that's why it still showed up in your initial approach.

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@the1gofer
Comment options

@sushant1253
Comment options

Answer selected by adrianeboyd
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gpu Using spaCy on GPU plat / m1 Apple M1 architecture support
3 participants