Duino

Results 10 issues of Duino

A small error in doc: [code](https://github.com/dmlc/gluon-cv/blob/master/gluoncv/utils/download.py#L8), [page](https://gluon-cv.mxnet.io/api/utils.html#gluoncv.utils.download).

enhancement
doc

If possible,any suggestions is welcomed

enhancement

`python3.7 -m jittor.test.test_cutt_transpose_op` throws this error. It's met in [ssd-jittor](https://github.com/Jittor/ssd-jittor/issues/1).

OS support

https://github.com/Jittor/JNeRF/blob/master/python/jnerf/models/samplers/density_grid_sampler/__init__.py#L1 ```python from .density_grid_sampler import DensityGirdSampler ``` should change to ```python from .density_grid_sampler import DensityGridSampler ``` Find a typo, mark it in this issue, and I will fix it this...

Hey, I am interested in this NN tool. And I wonder if it will support custom function? Besides, I wonder is there any difference between nnabla with other NN tool,...

For example, input is a list of 1000 elements. Flow is as Input -> Node1 -> Node2... I hope after Node1 process 100 elements, Node2 can start to process 100...

Hi, does lance support hdfs access? I didn't found any doc about it. Much thanks.

enhancement
help wanted

Hey, thanks for your excellent job! I have one question about generateBoundingBox.m ``` [y x]=find(map>=t); a=find(map>=t); if size(y,1)==1 y=y';x=x';score=map(a)';dx1=dx1';dy1=dy1';dx2=dx2';dy2=dy2'; else score=map(a); end ``` When size(y,1)==1, there is only one point...

Hey, much thanks for your great work. About the paper, I have some questions if you don't mind. 1. For each scale feature maps, there is a seperated classifier and...

Hi, thanks for great job! I try to execute `python examples/locomotion/go2_train.py` but get much bugs about on_policy_runner config. Is this feature under developing?