Emad Barsoum

Results 7 comments of Emad Barsoum

@GreenShadeZhang use FasterRCNN from PyTorch, this one is exportable to ONNX. The one in CNTK has a lot of Python custom code.

I think this should be part of bigger discussion, should Horovod have data pipeline that work across frameworks and optimized for distributed training?

storage_order specify if the tensor format is row major or column major, this shouldn't be part of the spec. Regarding dilation, because if you compute average or norm, should you...

No, you can't train ONNX in ML.NET.

For the frequency look at '_skip_frame' in the reader (https://github.com/ebarsoum/hpgan/blob/master/src/braniac/readers/body.py). It is set in the training script: https://github.com/ebarsoum/hpgan/blob/master/src/train_hpgan.py. For Human3.6m, I skip frame so the frequency is 25 fps. Sadly,...

Which model need it?