Yao Chi
Yao Chi
相信基础的背景和功能已经有所了解,现在在展开工作中,要考虑具体的和业务逻辑问题: 1. 并不是所有的 code block 是需要运行的,因为有些 code block 里是伪代码,应该跳过。 2. 并不是跑通 code block 就是测试,测试应该是 “跑通,且运行结果符合预期”。因此,要思考如何表示“预期结果” 因此,建议把如何设置哪些 codeblock 要跳过、什么是预期结果这些功能,以某种方式,留给用户。比如配置文件。
代码没问题后。记得英文版(`en` 目录下)的对应文章中的代码也要更新下。
我发现原文档中已经提示过 sampler 的问题 https://docs.oneflow.org/master/parallelism/05_ddp.html#distributedsampler  所以最开始的例子还是保持不变吧,在 05_ddp.html#distributedsampler 那节做修改,添加一个有 distributedsampler,所以单机单卡和分布式训练效果会一致的例子。
> 我发现原文档中已经提示过 sampler 的问题 > > https://docs.oneflow.org/master/parallelism/05_ddp.html#distributedsampler > >  > > 所以最开始的例子还是保持不变吧,在 05_ddp.html#distributedsampler 那节做修改,添加一个有 distributedsampler,所以单机单卡和分布式训练效果会一致的例子。 这一条要求好像还没有更新
关于第 5 点我不是很确定。用户做什么操作时,可能会导致 OneEmbedding Table 动态扩容呢?应该是插入新特征时,但是现有文章和 API DOCS 中我好像没看到相关的代码例子。 @guo-ran
> [这个链接](https://github.com/Oneflow-Inc/OneCollections/blob/a67287b649b39fd2bc29a17afeefbd9d241e73b1/OneEmbedding/one_embedding_tutorials.mdoneflow)所提供的oneflow的DLRM例子[网址](https://github.com/Oneflow-Inc/models/tree/dev_dlrm_graph_train/RecommenderSystems/dlrm)已经失效,第七点-以 DLRM 为例,展示一个更贴近工业实际的例子-有现存的例子么 看了下,因为已经合并到 master 分支了,现在在这里: https://github.com/Oneflow-Inc/models/tree/main/RecommenderSystems/dlrm
> There is a code for freeu to unet2d and unet3d in diffusers. Check this repo please. https://github.com/search?q=repo%3Ahuggingface%2Fdiffusers%20freeu&type=code Thank you for reply! @jyoung105 FreeU is a great work. And we...
I'm sorry, things are not as simple as they seem. I found that the workflow in ComfyUI can run, but it did not apply the effect of FreeU. Adding `enable_freeu`...
### API 缺文档问题分工 ### 张晓雨 这一类 tensor 方法,大部分只要写 "See xxx" 就可以了。比如:https://oneflow.readthedocs.io/en/master/tensor.html#oneflow.Tensor.add - https://oneflow.readthedocs.io/en/master/tensor.html#oneflow.Tensor.sqrt - https://oneflow.readthedocs.io/en/master/tensor.html#oneflow.Tensor.square - https://oneflow.readthedocs.io/en/master/tensor.html#oneflow.Tensor.stride - https://oneflow.readthedocs.io/en/master/tensor.html#oneflow.Tensor.addmm - https://oneflow.readthedocs.io/en/master/tensor.html#oneflow.Tensor.clone - https://oneflow.readthedocs.io/en/master/tensor.html#oneflow.Tensor.cosh - https://oneflow.readthedocs.io/en/master/tensor.html#oneflow.Tensor.data - https://oneflow.readthedocs.io/en/master/tensor.html#oneflow.Tensor.detach - https://oneflow.readthedocs.io/en/master/tensor.html#oneflow.Tensor.diagonal -...
> flowvision目前已经是flow.utils.data.vision的超集了,功能覆盖是没问题的,都测试过。不过有一点还需要mark的,vision仓库里的api docs还需要加一下,天和之前实验过建一个类似oneflow docs那样的docs工程,并关联到readthedocs,后面api docs这块估计得补一下@rentainhe > > 等flowvision的文档ready之后,oneflow仓库里的flow.utils.data.vision就可以完全删除了。 文档要求已经加上