forked from pytorch/examples
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCODEOWNERS
More file actions
30 lines (24 loc) · 648 Bytes
/
CODEOWNERS
File metadata and controls
30 lines (24 loc) · 648 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# This is a comment.
# Each line is a file pattern followed by one or more owners.
# Github Actions, tests and CI
./github/ @msaroufim
run_python_examples.sh @msaroufim
# Distributed examples
# Can also add the distributed oncall
./distributed/ @mrshenli @pritamdamania87 @rohan-varma @H-Huang
./mnist_hogwild/ @mrshenli @pritamdamania87 @rohan-varma @H-Huang
# FX examples
./fx/ @jamesr66a @Chillee
# Domain Examples
./reinforcement_learning/ @msaroufim
./word_language_model/ @msaroufim
# Need an owner
./regression/
./mnist/
./imagenet/
./super_resolution/
./time_sequence_prediction/
./vae/
# Legacy examples
./cpp/
./legacy/snli/