-
### Description
Hi, I defined a multitask learning problem by fusion of PTB and IMDB for testing the mixing of different type of modality problems. But when the training goes to the line 444 of multi…
-
Please make a simple model for this test program, which can be used immediately. I'm not very good at python, sorry to bother you
-
yolo_world_l_dual_vlpan_2e-4_80e_8gpus_finetune_coco.py文件,我需要微调
_base_ = ( '../../third_party/mmyolo/configs/yolov8/yolov8_l_syncbn_fast_8xb16-500e_coco.py')
custom_imports = dict(
imports=['y…
-
(developer FAQ) (answer not settled yet)
Why are the df_xxx different in the results from those in the model?
Where do I set df_xxx?
-
### System Info
- `transformers` version: 4.45.0.dev0
- Platform: Linux-4.19.0-8-amd64-x86_64-with-glibc2.28
- Python version: 3.10.9
- Huggingface_hub version: 0.23.2
- Safetensors version: 0.…
-
Hi! Great paper! I implemented manifold mixup and also support for interpolated adversarial training (https://github.com/shivamsaboo17/ManifoldMixup) for any custom model defined by user using PyTorch…
-
Hi,
It would be nice if the summary(lme4.obj) included an estimate of overdispersion. On the glmm.wikidot.com/faq there is a function called `overdisp_fun()' that does this, but it would be more usef…
-
Traceback (most recent call last):
File "train_cylinder_asym.py", line 167, in
main(args)
File "train_cylinder_asym.py", line 132, in main
outputs = my_model(train_pt_fea_ten, train_v…
-
Not really an issue, I just want to share my training code since some people still have some difficulties to write the training code. Just modify the code to suit your usage.
Feel free to ask or poi…
-
Hi,
I wonder why you only release checkpoint on Kinetics-600 trained from scratch but not from ImageNet pre-trained parameters.
In the paper, performance is better with ImageNet pre-training on Ki…