Alex Yang

Results 19 issues of Alex Yang

## Motivation Add annotation, which explains why code (the part for adjusting number of cpu used in ninja build) will inevitably goes into Except block due to inherent design on...

size/XS

## Motivation Add warning in `GradientCumulativeOptimizerHook`,just like issue #1952 mentioned. ## Modification See file. ## Checklist **Before PR**: - [x] I have read and followed the workflow indicated in the...

## Motivation This is a pr related to #1761.This pr solve some conflict in the aforementioned pr and plan to provide some aws use case on about it. ## Modification...

## Motivation Under multi process situation,`_find_free_port()` in `dist_util.py` may return different port for different process, which results in failure of rendezvous for different process. Since #1870 suspended, code should be...

## Motivation deal with some cases mentioned in issue #1865 ## Modification 1.add ``print_log`` to log the updated free port to inform users since it is different from the expected...

Hi,I'm wondering why ablation study in paper doesn't give result of using L_Q loss only.If the result is obviously worse than using L_C only,it will demonstrate what a role that...

Hi,currently I'm reading the code about handataset.py,which invoke ``get_affine_transform()`` to get two matrix``affinetrans`` and ``post_rot_trans`` ,and I read the code snippet in ``get_affine_transform()`` and get confused about below: ``` #...

I notice that in `procinit()`,there is code like: ```c // initialize the proc table at boot time. void procinit(void) { struct proc *p; initlock(&pid_lock, "nextpid"); for(p = proc; p <...

修改了gitbook,请参考[代码库中的pr](https://github.com/duguosheng/xv6-labs-2020/pull/2)。当上述pr已经被merge了之后,或许这个就可以merge了:)

So I look at [docs](https://mmhuman3d.readthedocs.io/en/latest/preprocess_dataset.html), there is no such dataset like `cliff_mpii_train.npz, cliff_coco_train.npz`, where can I get them?