WongGawa

Results 6 issues of WongGawa

Thank you for your contribution to the MindYOLO repo. Before submitting this PR, please make sure: - [ ] You have read the [Contributing Guidelines on pull requests](https://github.com/mindspore-lab/mindyolo/blob/master/CONTRIBUTING.md) - [...

### System Info I converted pytorch_model.bin to model.safetensors locally for mt5-xxl model. And I compared transfromers.MT5EncoderModel's last_hidden_states difference by mt5-xxl's pytorch_model.bin and safetensors. And because encoder.embed_tokens.weight and shared.weight are not...

### System Info I am using https://huggingface.co/spaces/safetensors/convert,converting google/mt5-xxl 's .bin file to .safetensors file,but it occurs error because .bin is more than 50G。 I am wondering how can this problem...

Thank you for your contribution to the MindYOLO repo. Before submitting this PR, please make sure: - [ ] You have read the [Contributing Guidelines on pull requests](https://github.com/mindspore-lab/mindyolo/blob/master/CONTRIBUTING.md) - [...

**注意** 在复现的问题中,通常有以下几种常见情况: 1. 使用提供的配置复现模型库中的模型 2. 在其他数据集(例如自定义数据集)上复现模型库中的模型 3. 实现自定义模型,但利用的都是HunyuanDiT中实现的组件 4. 使用自己实现的新模块实现自定义模型 针对不同情况需要做的事情如下: - 对于情况 1 和 3,请按照以下部分的步骤操作,以便我们快速识别问题。 - 对于情况 2 和 4,请理解我们无法提供太多帮助,因为我们通常不了解全部代码,用户应对自己编写的代码负责。 - 针对情况 2 和 4 的一个建议是,用户应首先检查错误是否在自实现代码中或原始代码中。例如,用户可以首先确保相同的模型在支持的数据集上运行良好。如果您仍然需要帮助,请描述您所做的工作和遇到的问题,并按照以下部分的步骤尽可能清晰地描述,以便我们更好地帮助您。 **检查清单** 1. 我已搜索相关问题,但无法获得预期的帮助。...

是否可以提供各规格模型全量训练的参数配置呢?