Skip to content

Commit a62d0a8

Browse files
authored
Update 2021-12-8-announcing-the-winners-of-the-2021-pytorch-annual-hackathon.md
1 parent c4f43a2 commit a62d0a8

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

_posts/2021-12-8-announcing-the-winners-of-the-2021-pytorch-annual-hackathon.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -22,50 +22,50 @@ The virtual hackathon ran from September 8 through November 2, 2021, with more t
2222

2323
Meet the winners of each category below!
2424

25-
# PYTORCH DEVELOPER TOOLS
25+
## PYTORCH DEVELOPER TOOLS
2626

27-
### **First Place: [RaNNC](https://devpost.com/software/rannc-rapid-neural-network-connector)**
27+
#### **First Place: [RaNNC](https://devpost.com/software/rannc-rapid-neural-network-connector)**
2828
RaNNC is a middleware to automate hybrid model/data parallelism for training very large-scale neural networks capable of training 100 billion parameter models without any manual tuning.
2929

30-
### **Second Place: [XiTorch](https://devpost.com/software/xitorch-differentiable-scientific-computing-library)**
30+
#### **Second Place: [XiTorch](https://devpost.com/software/xitorch-differentiable-scientific-computing-library)**
3131
XiTorch provides first and higher order gradients of functional routines, such as optimization, rootfinder, and ODE solver. It also contains operations for implicit linear operators (e.g. large matrix that is expressed only by its matrix-vector multiplication) such as symmetric eigen-decomposition, linear solve, and singular value decomposition.
3232

33-
### **Third Place: [TorchLiberator](https://devpost.com/software/torchliberator-partial-weight-loading)**
33+
#### **Third Place: [TorchLiberator](https://devpost.com/software/torchliberator-partial-weight-loading)**
3434
TorchLiberator automates model surgery, finding the maximum correspondence between weights in two networks.
3535

36-
### **Honorable Mentions**
36+
#### **Honorable Mentions**
3737
* [PADL](https://devpost.com/software/doch) manages your entire PyTorch work flow with a single python abstraction and a beautiful functional API, so there’s no more complex configuration or juggling preprocessing, postprocessing and forward passes.
3838
* [PyTree](https://devpost.com/software/pytree) is a PyTorch package for recursive neural networks that provides highly generic recursive neural network implementations as well as efficient batching methods.
3939
* [IndicLP](https://devpost.com/software/indiclp) makes it easier for developers and researchers to build applications and models in Indian Languages, thus making NLP a more diverse field.
4040

41-
# WEB/MOBILE APPLICATIONS POWERED BY PYTORCH
41+
## WEB/MOBILE APPLICATIONS POWERED BY PYTORCH
4242

43-
### **First Place: [PyTorch Driving Guardian](https://devpost.com/software/pytorch-driving-guardian)**
43+
#### **First Place: [PyTorch Driving Guardian](https://devpost.com/software/pytorch-driving-guardian)**
4444
PyTorch Driving Guardian is a tool that monitors driver alertness, emotional state, and potential blind spots on the road.
4545

46-
### **Second Place: [Kronia](https://devpost.com/software/kronia)**
46+
#### **Second Place: [Kronia](https://devpost.com/software/kronia)**
4747
Kronia is an Android mobile app built to maximize the harvest outputs for farmers.
4848

49-
### **Third Place:[Heyoh camera for Mac](https://devpost.com/software/heyoh-camera)**
49+
#### **Third Place: [Heyoh camera for Mac](https://devpost.com/software/heyoh-camera)**
5050
Heyoh is a Mac virtual camera for Zoom and Meets that augments live video by recognizing hand gestures and smiles and shows animated effects to other video participants.
5151

52-
### **Honorable Mentions**
52+
#### **Honorable Mentions**
5353
* [Mamma AI](https://devpost.com/software/mamma-ai) is a tool that helps doctors with the breast cancer identification process by identifying areas likely to have cancer using ultrasonic and x-ray images.
5454
* [AgingClock](https://devpost.com/software/agingclock) is a tool that predicts biological age first with methylation genome data, then blood test data and eventually with multimodal omics and lifestyle data.
5555
* [Iris](https://devpost.com/software/iris-7s3yna) is an open source photos platform which is more of an alternative of Google Photos that includes features such as Listing photos, Detecting Categories, Detecting and Classifying Faces from Photos, Detecting and Clustering by Location and Things in Photos.
5656

57-
# PYTORCH RESPONSIBLE AI DEVELOPMENT TOOLS
57+
## PYTORCH RESPONSIBLE AI DEVELOPMENT TOOLS
5858

59-
### **First Place: [FairWell](https://devpost.com/software/fairwell-a-tool-to-bid-goodbye-to-unknown-ai-biasness)**
59+
#### **First Place: [FairWell](https://devpost.com/software/fairwell-a-tool-to-bid-goodbye-to-unknown-ai-biasness)**
6060
FairWell aims to address model bias on specific groups of people by allowing data scientists to evaluate their dataset and model predictions and take steps to make their datasets more inclusive and their models less biased.
6161

62-
### **Second Place: [promp2slip](https://devpost.com/software/promp2slip)**
62+
#### **Second Place: [promp2slip](https://devpost.com/software/promp2slip)**
6363
Promp2slip is a library that tests the ethics of language models by using natural adversarial texts.
6464

65-
### **Third Place: [Phorch](https://devpost.com/software/phorch)**
65+
#### **Third Place: [Phorch](https://devpost.com/software/phorch)**
6666
Phorch adversarially attacks the data using FIGA (Feature Importance Guided Attack) and creates 3 different attack sets of data based on certain parameters. These features are utilized to implement adversarial training as a defense against FIGA using neural net architecture in PyTorch.
6767

68-
### **Honorable Mentions**
68+
#### **Honorable Mentions**
6969
* [Greenops](https://devpost.com/software/greenops) helps to measure the footprints of deep learning models at training, testing and evaluating to reduce energy consumption and carbon footprints.
7070
* [Xaitk-saliency](https://devpost.com/software/xaitk-saliency) is an open-source, explainable AI toolkit for visual saliency algorithm interfaces and implementations, built for analytic and autonomy applications.
7171

0 commit comments

Comments
 (0)