TianZerL / Anime4KCPP

A high performance anime upscaler
GNU General Public License v3.0
1.79k stars 137 forks source link

Filters does not support CNN mode #50

Open DeqianBai opened 3 years ago

DeqianBai commented 3 years ago

Win10, GTX1060 6G显存, 我已经勾选了GPU加速, 但是中间的log部分显示Filters does not support CNN mode 通过资源管理器发现,GPU内存并没有使用多少 这是怎么回事儿呢

  FFmpeg check OK                
----------------------------------------------
FFmpeg path: ffmpeg
GPU initialize successfully!
Platform: NVIDIA CUDA
Device: GeForce GTX 1060
----------------------------------------------
Filters does not support CNN mode
TianZerL commented 3 years ago

就是字面意思,ACNet开启的情况下无法使用前后置滤镜。 通常情况下,使用内置的视频转换GPU很难瓶颈,因为GPU的任务队列需要等待CPU编码完,否则可能导致内存占用过大。