Open gennadygorin opened 2 years ago
Colab does not respect the command warnings.filterwarnings("ignore", category=DeprecationWarning). This makes the inference workflow messy. Enforce the command.
warnings.filterwarnings("ignore", category=DeprecationWarning)
Colab does not respect the command
warnings.filterwarnings("ignore", category=DeprecationWarning)
. This makes the inference workflow messy. Enforce the command.