DanielWit
DanielWit
I do not understand why plots differ in terms of size and how they look when I try to save them or returnfig. I generate plots of figsize (9,4) when...
Hi, I am trying to run detrex (DINO in particular). When I run this command python -m pip install -e detectron2 on a freshly set up environment I get this...
Hey, where can I find information about the learnable parameters number for each model?
Hey I am trying to pull the model from huggingface repo using `AutoModelForMaskedLM.from_pretrained( 'mosaicml/mosaic-bert-base-seqlen-2048', trust_remote_code=True, revision='b7a0389')` (with revision param and without) I am getting the same error that goes like...