hiyyg

Results 28 issues of hiyyg

Is it possible to add a `merge_from_dict` function to yacs like this https://github.com/open-mmlab/mmcv/blob/master/mmcv/utils/config.py#L346?

? ``` bpslaunch --check-build ```

How to set the environment variables if I want to simultaneously run multiple programs on a single machine? Currently, the second program will crash with segmentation fault.

是否还不支持很多基本运算

TODO

torch.diag能将一个向量转化为对角阵,也能取矩阵的某一对角线的元素。尽管这可以用一些操作例如F.eye, F.cond_take组合,但感觉并不是很直观,而且不一定高效。 ## 背景 基本算子,涉及很多场景 ## 需求描述

type: feature request
status: in progress

## 环境 1.系统环境:ubuntu18.04 2.MegEngine版本:1.6.0 3.python版本:3.7 ## 复现步骤 ``` import megengine.functional as F F.eye(3, dtype="bool") Tensor([[False False False] [False False False] [False False False]], dtype=bool, device=xpux:0) ``` ## 请提供关键的代码片段便于追查问题 ## 请提供完整的日志及报错信息

type: bug
status: in progress

Hi, currently the `-vv` flag show all processing files, but I want to see the re-formated files only as what `black` does by default. I notice there is a `has_change`...

Some .obj files may contain vertex colors in "v" field. https://en.wikipedia.org/wiki/Wavefront_.obj_file#Geometric_vertex In this case, each "v" line contains `x y z` and `r g b`. The old way will load...