tom white

Results 55 comments of tom white

:+1: Joost, I'm now using your version of this useful plugin via [nl.zeekat/lein-git-version "1.0.0"]. This customization does exactly what I needed. Colin - any reason to keep this out of...

also not getting my imagenet eval to work. ```bash Flamingo model initialized with 1046992944 trainable parameters Evaluating on ImageNet... Running inference imagenet: 0it [00:00, ?it/s] Traceback (most recent call last):...

Thanks for that - I've confirmed that this appears to be a typo introduced in bcf220c1 - if I revert that line as it was before to simply ```python batch_text.append(context_text)...

Well not as-is since that one evaluates everything *except* ImageNet. 😅 It is based on that one - but I've also removed the slurm dependency since I hoped that would...

Managed to get a bit further on this today by using device="cuda:0" instead of device=0 (and changing the internal param check to allow string based devices). So now loading the...