-
## 🚀 Feature
Thinking to file a pr for transform module which consist inhouse transformations which are not present torch.transforms.
### Motivation
Gridmask, mosaic, mixup, cutmix, etc
above augm…
-
Hi @Britefury,
Thank you for making the code publicly available.
Can you share the pretrained models for the deeplabv2 architecture (Cutmix, Cutout, VAT and ICT) please?
We are having troubles…
-
Hi, I follow the training command:
python -m torch.distributed.launch --nproc_per_node=4 --use_env main.py --model deit_small_patch16_224 --batch-size 256 --data-path /path/to/imagenet
and get t…
-
Hi. Thanks for your interesting work!
I have a question about the following code:
https://github.com/Britefury/cutmix-semisup-seg/blob/44e81b3ae862d2da7d1c4df77fb274f8f1f0a861/datapipe/seg_data.py…
-
clovaai/CutMix-PyTorch: Official Pytorch implementation of CutMix regularizer GitHub: https://github.com/clovaai/CutMix-PyTorch
Hi, I saw that you’ve been implementing mixup as an additional featur…
-
`python train.py --config config/train/cifar100/densenet_121.py `
**docker로 densenet_121 학습 시 다음과 같은 에러가 나오면서 진행 불가합니다. 다른 버전의 Densenet은 잘 학습됩니다.**
> user@2605b03c4c53:/app/model_compression$ …
-
I have the following config file:
```
{
"adapt_grad_norm": null,
"autoaugment": false,
"batch_size": 256,
"chunk_batch": 1,
"config_file": null,
"cutmix": null,
"c…
-
Hi @hellock and @xvjiarui ,
As the YOLOv3 implementation is going to an end (finally 😄), @WenqiangX and I are planning to work on YOLOv4.
However, compared with YOLOv3, YOLOv4 is notorious for …
-
-
## Issue description
Facing the issue **Exception in device=TPU:0: torch_xla/csrc/helpers.cpp:510** while training in kaggle TPU
## Code example
![image](https://user-images.githubusercontent.com…