jilek-josef
jilek-josef
CUDA OOM
Hi, I have this code: ``` import os from pathlib import Path from imagededup.methods import CNN cnn_encoder = CNN() image_dir = Path("**************************************************") for item in os.listdir(image_dir): current_path = str(image_dir) +...
Hi, I would like to report a few things. 1. The performance is really poor, it uses GPU but the GPU is sitting at 0% most of the time and...
skip complicated computing for cases where it's not needed (0 or 1 BW) -> huge speed improvement in most cases
Hi, could you please add option to download x amount of images in single post at most. When downloading it takes sometimes really long when a single post contains 50+...
EMA could not be explicitly set to false, always defaulted to True, so long as ema_config was not None new behaviour if ema config exists and use_ema is not false...