Sanbu

Results 38 issues of Sanbu

Have any friends or relevant information tried this or is there any related documentation available? Thank you very much.

![b4882686e75f0c8c704aa9b23a4381a](https://github.com/mli/autocut/assets/96160062/f2fe19e3-7262-44e5-af53-87b2a778db81) 这个项目也许也能有所帮助。

### 你是否已经阅读并同意《Datawhale开源项目指南》? - [X] 我已阅读并同意[《Datawhale开源项目指南》](https://github.com/datawhalechina/DOPMC/blob/main/GUIDE.md) ### 你是否已经阅读并同意《Datawhale开源项目行为准则》? - [X] 我已阅读并同意[《Datawhale开源项目行为准则》](https://github.com/datawhalechina/DOPMC/blob/main/CODE_OF_CONDUCT.md) ### 项目简介 该项目主要是由 Umich EECS 498/598 课程的笔记组成,并加入了个人理解后的代码和找到的其他地方的代码以便学习和理解,并加上关联paper;其中笔记是视频的恰当转录,包含了视频内部的大部分过程(不需要看视频,只看文本也能掌握大概,对时间少的朋友会有帮助)。 课程具体信息如下: Umich EECS 498/598 Deep Learning for Computer Vision 课程安排:https://web.eecs.umich.edu/~justincj/teaching/eecs498/WI2022/schedule.html Youtube 视频链接:https://www.youtube.com/playlist?list=PL5-TkQAfAZFbzxjBHtzdVCWE0Zbhomg7r Umich...

立项

### 你是否已经阅读并同意《Datawhale开源项目指南》? - [X] 我已阅读并同意[《Datawhale开源项目指南》](https://github.com/datawhalechina/DOPMC/blob/main/GUIDE.md) ### 你是否已经阅读并同意《Datawhale开源项目行为准则》? - [X] 我已阅读并同意[《Datawhale开源项目行为准则》](https://github.com/datawhalechina/DOPMC/blob/main/CODE_OF_CONDUCT.md) ### 项目简介 以openmmlab-mmdetection为例介绍系列库的基础用法,让学习者可以快速掌握使用方法、习惯文档并能够自主快速熟悉其他下游库。 ### 立项理由 内测课程第一阶段迭代完毕,开始下一轮迭代 ### 项目受众 想要学习openmmlab开源库使用方法的新手 ### 项目亮点 重要步骤都有讲义地址配合给出,每一步都可以直接通过jupyter notebook执行看到预期效果 ### 项目规划 内容: 目前第一阶段已完成,开始第二阶段迭代制作; 第二阶段迭代将会覆盖进阶的模型修改和对齐自定义等内容。 时间:预计在2~3月份完成第二阶段的制作 人员:sanbuphy(负责视频和文档代码的全部制作)...

立项

Hello! Recently, I have been studying the continuous integration (CI) processes of various open source projects on Github. I noticed that onnx has a well-established CI system and I am...

question
CI pipelines
stale

**To Reproduce** 只会下载除了权重的所有其他东西,恢复1.11.0后正常 Please @ corresponding people according to your problem: Model related: @wenmengzhou @tastelikefeet Model hub related: @liuyhwangyh Dataset releated: @wangxingjun778 Finetune related: @tastelikefeet @Jintao-Huang Pipeline related: @Firmament-cyou @wenmengzhou...

Stale

Hi , I want to fully retrain the efficientvit model, can you tell me if i can train this model just using the A100 or V100?

During training, I noticed that unset bn is performed after each training iteration. What is the purpose of this operation? Additionally, I would like to know how to decouple complex...