Aoxiong Yin

Results 9 comments of Aoxiong Yin

https://12306-code-server.azurewebsites.net/ 用Microsoft Imagine 的免费订阅搭建了一个,没想到巨硬现在免费的web app居然可以直接跑容器了,哈哈哈

对,应该也只能这样了,原来不用登录就可以查询每个学生课表的功能现在被去掉了。

looking forward to this feature

build_function 确实可以方便用户使用非常灵活的方式 实现对于某一类组件的构建。 但是在实际使用中用户很少会去创建新的组件类别,大多都是直接定义或者注册一个mmengine中已有组件。 感觉这类装饰器可以看作是对build function 做法的一个补充的 辅助函数 而非替代, 这样用户在处理某些需要解耦的配置,例如 model 组件时 可以自由的选择是否使用(对于model 组件来说,实际上都使用也不会对原有的行为造成影响

> Hi, thanks for sharing the code. [Here](https://github.com/ai-forever/MoVQGAN/blob/main/movqgan/modules/losses/lpips.py#L17) seems that you are using a `pretrained=False` VGG network. I wonder if this is the common practice? Thanks In fact, there is...

> > > Hi, thanks for sharing the code. [Here](https://github.com/ai-forever/MoVQGAN/blob/main/movqgan/modules/losses/lpips.py#L17) seems that you are using a `pretrained=False` VGG network. I wonder if this is the common practice? Thanks > >...

By setting environment variables, KERNELOPTS should be more compatible with different version changes. ``` export KERNELOPTS="console=ttyS0" ```

Thank you very much for your great contribution! May I ask if this PR will include support for Qwen2-audio-7B-instruct training once it’s completed? Or would you recommend that I open...