Closed mayur-neuralgarage closed 1 year ago
import os
import wget
from omegaconf import OmegaConf
import json
import shutil
from faster_whisper import WhisperModel
import whisperx
import torch
import librosa
import soundfile
from nemo.collections.asr.models.msdd_models import NeuralDiarizer
from deepmultilingualpunctuation import PunctuationModel
import re
import logging
AttributeError Traceback (most recent call last)
19 frames /usr/local/lib/python3.10/dist-packages/numpy/init.py in getattr(attr) 309 return val 310 --> 311 if attr in __future_scalars__: 312 # And future warnings for those that will change, but also give 313 # the AttributeError
AttributeError: module 'numpy' has no attribute '_no_nep50_warning'
Both errors fixed, please note that both errors are not related to the code in this repo, the colab notebook requirements are not actively monitored as colab environment changes on a daily basis so try to navigate the error using google searches
can you share the script so I can run it on my local machine If possible
not a colab script that we already have
Same problem in new code !!
RuntimeError: cuDNN error: CUDNN_STATUS_VERSION_MISMATCH