File tree Expand file tree Collapse file tree 1 file changed +20
-24
lines changed Expand file tree Collapse file tree 1 file changed +20
-24
lines changed Original file line number Diff line number Diff line change @@ -17,10 +17,6 @@ function dcgan() {
17
17
python main.py --dataset fake $CUDA_FLAG --mps --dry-run || error " dcgan failed"
18
18
}
19
19
20
- function distributed() {
21
- bash $BASE_DIR /run_distributed_examples.sh || error " distributed examples failed"
22
- }
23
-
24
20
function fast_neural_style() {
25
21
start
26
22
if [ ! -d " saved_models" ]; then
@@ -172,27 +168,27 @@ function clean() {
172
168
}
173
169
174
170
function run_all() {
175
- # cpp
171
+ # cpp moved to `run_cpp_examples.sh```
176
172
dcgan
177
- distributed
178
- # fast_neural_style
179
- # imagenet
180
- # language_translation
181
- # mnist
182
- # mnist_forward_forward
183
- # mnist_hogwild
184
- # mnist_rnn
185
- # regression
186
- # reinforcement_learning
187
- # siamese_network
188
- # super_resolution
189
- # time_sequence_prediction
190
- # vae
191
- # vision_transformer
192
- # word_language_model
193
- # fx
194
- # gcn
195
- # gat
173
+ # distributed moved to `run_distributed_examples.sh`
174
+ fast_neural_style
175
+ imagenet
176
+ language_translation
177
+ mnist
178
+ mnist_forward_forward
179
+ mnist_hogwild
180
+ mnist_rnn
181
+ regression
182
+ reinforcement_learning
183
+ siamese_network
184
+ super_resolution
185
+ time_sequence_prediction
186
+ vae
187
+ vision_transformer
188
+ word_language_model
189
+ fx
190
+ gcn
191
+ gat
196
192
}
197
193
198
194
# by default, run all examples
You can’t perform that action at this time.
0 commit comments