Less Wright

Results 40 issues of Less Wright

Very impressed with the ResNest accuracy and want to move a model to production. However, in trying to script it, I hit the following issue: `~\anaconda3\envs\fastai2\lib\site-packages\torch\jit\_recursive.py in create_script_module_impl(nn_module, concrete_type, stubs_fn)...

Just wanted to put this on the radar for the project - the developers of Complete IoU have extended it with clustered NMS: "...we propose Cluster-NMS, where NMS during inference...

enhancement

Thanks for developing MobileVit! I'm wondering if there are any specific tips/examples for fine-tuning the pre-trained classification and detection models using mobilevit on custom datasets? I see the n_classes reference...

Hi, I've been setting up with swin_transformer but having a hard time getting it to actually train. I figured one immediate issue is the lack of init, so I'm using...

Thanks for the great work on the optimizer quantization! I'm trying to fine tune a T5 model using the adam 8 bit...but I'm finding the val loss is significantly worse...

Hi again - thanks for continuing to expand the meshcraft world and series! I wanted to show a minor perf improvement that also simplifies the code a bit. It's not...

Can you provide a generic launch script for pre-training with vim? The readme suggests to run: bash vim/scripts/pt-vim-t.sh but the contents of pt-vimt-t.sh have a bunch of local hardcoded paths...

#### Context This PR updates activation checkpointing (ac) to support selective layer and selective op activation checkpointing. It preserves the previous options enabled of full or None. This is controlled...

CLA Signed

#### Context This PR adds the download instructions to pull the llama3 8B weights. Currently the readme talks about llama3 but then only has the download info to get llama2...

CLA Signed

lr scheduler currently maintains two global states to implement the full lr warmup and decay. We want to remove these: "nit: we can make these two arguments still as function...

better_engineering