-
## ❓ Questions and Help
### Before asking:
1. search the issues.
2. search the docs.
#### What is your question?
![image](https://user-images.githubusercontent.com/46399306/162557152-5074…
-
## Describe the bug
I am currently building the model from the source for the model - `meta-llama/Meta-Llama-3-8B-Instruct`:
```
ckpt_path = checkpoints[get_model_parallel_rank()]
checkpoint = tor…
-
Does this code works for stylegan2-ada?
-
I am trying to load a MAE-model into another project. I use the Vision Transformer class from https://github.com/facebookresearch/mae/blob/main/models_vit.py#L56 (I also tried the mae class from https…
-
A small suggestion, instead of putting all models in the model folder of comfyui, don’t take your ipa model from your own folder. Take it from the public model, otherwise it will be saved twice, which…
-
Hi, it an awesome work! May I ask some help, I met some problems when training the model on REDS video dataset. When the training elapses about 40K iterations, the loss suddenly explode and the predic…
-
### Bug description
We have monitored that CUDA memory increase when saving checkpoint at the `on_train_epoch_end` (It caused the CUDA OOM). Instead of directly give a OOM at the beginning of trainin…
-
Initializing BaseSegmenter to cuda:0
Traceback (most recent call last):
File "D:\pythonProject\Track-Anything-master\app.py", line 383, in
model = TrackingAnything(SAM_checkpoint, xmem_check…
-
Hi, could you tell me how can I evaluate the model when I finished the tuning?
-
Thanks for your great work!
In the [paper](https://openaccess.thecvf.com/content/CVPR2021/papers/Tian_BoxInst_High-Performance_Instance_Segmentation_With_Box_Annotations_CVPR_2021_paper.pdf), Table1(…