liu xuan

Results 4 issues of liu xuan

为oneflow/python/oneflow/test/modules下的文件 test_abs.py 和test_activate.py 中的算子增加性能测试profile

# 任务 为了更直观的确定算子的工作效率,方便与pytorch进行对比,同时也能在调试新模型过程中精确、快速地定位比较耗时的算子,需要给oneflow/python/oneflow/test/modules目录下的算子增加性能测试。 - 添加方法参考:https://github.com/Oneflow-Inc/OneTeam/blob/master/tutorial/howto_test_user_op.md#%E6%80%A7%E8%83%BD%E6%B5%8B%E8%AF%95 下方comments为oneflow/python/oneflow/test/modules目录下的程序表格,由于算子众多,故依照首字母分类和排序,更新中。。。 后期预计添加profile实现情况的自动统计

Does SchemeⅡ performance better than SchemeⅠ in facial expression transfer? I see that you have shown the effect comparison between Scheme 1 and Scheme 2 in your paper, In the...

Hello, I'm very interested in your work. After reading the v1 paper and code, I found that there is no attention_mask(My) and composite_images (calls Gy in paper)are put into D...