Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upPopular repositories
-
-
Forked from CNTK-components/CNTK1bitSGD
This repository contains an optional component of the Microsoft Computational Network Toolkit (CNTK).
C++
-
-
Forked from ebarsoum/FERPlus
This is the FER+ new label annotations for the Emotion FER dataset.
Python
-
Forked from Azure/BatchAI
Repo for publishing code Samples and CLI samples for BatchAI service
Jupyter Notebook 1
-
Forked from lupesko/model-zoo-old
The ONNX Model Zoo is a collection of pre-trained models for state of the art models in deep learning, available in the ONNX format
Jupyter Notebook
568 contributions in the last year
Contribution activity
November 2020
Created 10 commits in 5 repositories
Created 1 repository
- mx-iao/pytorch C++
Created a pull request in pytorch/pytorch that received 3 comments
Fix default value of `num_replicas` in DistributedSampler docstring
Change default value of num_replicas from rank to world_size in DistributedSampler docstring.
Addresses #48055
Opened 4 other pull requests in 2 repositories
Azure/azureml-examples
3
merged
pytorch/pytorch
1
closed
Reviewed 3 pull requests in 1 repository
Azure/MachineLearningNotebooks 3 pull requests
Created an issue in pytorch/pytorch that received 2 comments
In DistributedSampler docstring, should default value of `num_replicas` be `world_size` not `rank`
DistributedSampler docstring, for description of num_replicas below, shouldn't the default say world_size instead of rank?
num_…