Json0926
Json0926
在运行predictor.run时 “if order == 'DAIN': paddle.enable_static() predictor = DAINPredictor(args.output, weight_path=args.DAIN_weight, time_step=args.time_step, remove_duplicates=args.remove_duplicates) frames_path, temp_video_path = predictor.run(temp_video_path) paddle.disable_static()“ 得到输出 Model DAIN process start.. [03/15 11:25:47] ppgan INFO: Found /home/aistudio/.cache/ppgan/DAIN_weight.tar [03/15 11:25:47]...
===================================BUG REPORT=================================== Welcome to bitsandbytes. For bug reports, please submit your error trace to: https://github.com/TimDettmers/bitsandbytes/issues ================================================================================ CUDA SETUP: Required library version not found: libsbitsandbytes_cpu.so. Maybe you need to compile it...
## 📚 Documentation 看到文档中 Whisper-large- v3(⭐🍀 ) | 语音识别,带时间戳,非流式 写着whipser-large-v3是带时间戳,但是使用后输出的结果只有text,请问时间戳需要其他配置吗