-
# Describe the feature
**Motivation**
A clear and concise description of the motivation of the feature.
Since ConvNeXt-V2 has been released for a while, could you release ConvNeXt-V2 configs?
ht…
-
I'm a newbie in AI, so I wander to know how can I get the datasets and how to change the hyper-parameters
I don't know the difference between `dataset/train.txt` and `dataset/val.txt`
-
To align KerasCV with the KerasNLP API, we're migrating our backbone models to subclass keras_cv.models.Backbone.
This allows us to have a more structured, modular API for high-level task models, inc…
-
missing final_model_csv and pre_model dir while building docker from Dockerfile
-
I have tried several combinations, but while I can train Lora on this branch, I can't create captions.
I need to activate a separate 'master' branch process for tagging.
I get the below when tryin…
-
https://github.com/Linaqruf/kohya-trainer/issues/349
`model = "SmilingWolf/wd-swinv2-tagger-v3" #@param ["SmilingWolf/wd-vit-tagger-v3","SmilingWolf/wd-swinv2-tagger-v3","SmilingWolf/wd-convnext-ta…
-
# Paper Review: InceptionNeXt: When Inception Meets ConvNeXt – Andrey Lukyanenko
My review of the paper InceptionNeXt When Inception Meets ConvNeXt
[https://andlukyane.com/blog/paper-review-inceptio…
-
Hi, I am looking for the 22k-supervised fine-tuning ConvNeXt-V2-H model without 1k-supervised fine-tuning. I want to use it to fine-tune on ade20k, reproducing the result in Table 7 of the paper.
-
Unrecognized model in D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\models\Joy_caption_two\text_model. Should have a `model_type` key in its config.json, or contain one of the fo…
-
## 向flowvision中添加模型的几个步骤
整体分为以下几个过程:
### 1. 添加模型
添加新的模型,需要注意几个细节
- 如果借鉴参考了别人的model, 需要在文件开头声明
```python
"""
Modified from xxx.py
"""
```
- 导包顺序必须按照`python自带的包 - 额外安装的包 - 自身仓库的module`的顺序(注意:重…