Are you sure you want to delete this task? Once this task is deleted, it cannot be recovered.
|
|
1 year ago | |
|---|---|---|
| .. | ||
| bpe_simple_vocab_16e6.txt.gz | 1 year ago | |
| clip.py | 1 year ago | |
| mha.py | 1 year ago | |
| model.py | 1 year ago | |
| simple_tokenizer.py | 1 year ago | |
首先冻结OpenAI官方预训练的ViT-B/32版本的CLIP模型中的全部图像层,再利用AdanBelief优化器训练模型,该优化器是Adan优化器和AdaBelief优化器的融合,在Adan优化器中融入"Belief"增强训练模型的泛化性能。
Python Text