Vateye

Results 19 issues of Vateye

Hi, is there any script or config that use CLIP as the initialization?

dataset loading [0/3570] dataset loading [1000/3570] dataset loading [2000/3570] dataset loading [3000/3570] dataset loading [0/1530] dataset loading [1000/1530] run train at epoch 1 Epoch: [1][1/112] Time 4.807 (4.807) Data 2.836...

Hi, as stated in the issue, the ALPRO does use weight decay. But I did not find the process that passing the parameter "weight_decay" during the optimizer initialization. `optimizer =...

Will you redesign Airfloat?About new flat style?

Feature Request

How can I get the now playing song'name and art cover?In which file?

Hi, I have noticed that RandomResizedCrop is adopted for pretraining with the scaling parameter (0.2, 1). I am a bit curious about the choice of this scaling parameter since if...

Hi, I would like to know when the code of BEiT3 will be released since I have noticed the repo has not been updated for about a month. Hope to...

I find an awesome work that uses pure LLaMA to understand visual information and support multi-modal chatting. The repo is called mPLUG-Owl, and it states better than miniGPT-4 and LLaVA...

**Describe** Model I am using (BEiTv2): I have noticed that both `encode_task_layer` and `decode_task_layer` adopt the `Tanh()` function as the activation. Why not using other activation function like `GELU()` or...

Hi, is it possible to use top-k entropy loss for multi-label classification problem? Which each of the gt_label can be the top-K?