Ross Wightman

Results 510 comments of Ross Wightman

@Coderx7 reduction is spatial reduction (from the input image size), it's only complained about if it decreases, it's not used directly by timm but some downstream users want to know...

@Coderx7 sorry I have a lot on my plate right now, wrapping a up a few things before I'm on vacation for a bit. I'm going to have to leave...

@Coderx7 been trying to get on top of my own tasks since getting back. I looked at this a bit more, not really liking the padding issue that is the...

@Coderx7 in deep learning it would seem almost any extra activations (or parameters) can/will be used to improve the loss in optimization, but I'd argue not particularly useful ones (and...

@lebrice it behaves similarly if I change str -> int in this example

I just came here due to running into this issue (and also a user)... So, from my perspective and for my main use case for `huggingface-cli download`, `--local_dir_use_symlink=False` would be...

TLDR is there a path to providing the desired 'sync like' behaviour? Were we get just the files in the repo at the destination folder, no cache used, no symlinks,...

@Wauplin I think that'd be reasonable, files are downloaded to the specified dest w/o symlinks, for resume w/o recomputing hash, some bookkeeping in a .cache subfolder in the dest folder...

re @LysandreJik @Narsil and the central cache, that's a tough one, I see perspective here, but also remember in a cluster / multi-user environement central caches are a PITA, those...

> @rwightman Your use case would just mean: > > * bob has no cache, makes a bunch of HEAD requests to the hub, and picks up wherever alice left...