-
# ComfyUI Error Report
## Error Details
- **Node Type:** UNETLoader_MuseTalk
- **Exception Type:** AttributeError
- **Exception Message:** 'MuseModelConfig' object has no attribute 'custom_operati…
-
Hi, Thanks so much for the wonderful work. I have some thoughts though.
1) The pretraining 96k data are from https://radiopaedia.org/, but it has only 60692 cases including all the different modali…
-
Hi!
Thanks for open-sourcing your code, it's helpful to see a reference implementation. I did have a question though:
In your paper, you don't mention concatenating a "reference image" as an add…
-
# Keywords
Pre-training for Retriever
# TL;DR
A method of jointly fine-tuning the retriever and reader in an end-to-end manner for the question-answer dataset after pre-training the retriever
…
-
Hello!
I'm trying to finetune the vit_b backbone model on my own dataset. I've created my own dataloader and am able to run the training script and I see the total loss decreasing slowly. However…
-
Hello, Im wondering if there is any way to deploy the best performing model from search with agua/h2o package. For example, you might have a workflow that first runs the h2o automl, makes the leaderbo…
-
Hello!
I am trying to finetune either the vit_s or vit_b models to my dataset. I have tried training only the dino head, both the dino and ibot heads, and keeping the whole backbone frozen or unfr…
-
We tried to follow the [Dell example](https://github.com/mlcommons/training_results_v1.1/tree/main/Dell/benchmarks/bert/implementations/pytorch) to reproduce the Bert Training Benchmark on a server wi…
-
**Describe the feature**
提供多种损失函数的sft训练,比如对比损失
**Paste any useful information**
sft时,除了交叉熵损失,有时需要针对某个特定token计算对比损失、pairloss等等,可否集成这样一个功能呢?
**Additional context**
-
Dear developers
First of all, congrats for this work. Is what i was looking for use as it give me easy to use tools.
I have data that i use in maxent modelling with no issue.
Using your package a…