|
7 | 7 |
|
8 | 8 | # files that are ok to have 0 min 0 sec time, probably because they don't have any python code
|
9 | 9 | OK_TO_NOT_RUN = [
|
10 |
| - "beginner/basics/intro.html", |
| 10 | + "beginner/basics/intro.html", # no code |
11 | 11 | ]
|
12 | 12 |
|
| 13 | +# when the tutorial is fixed, remove it from this list |
13 | 14 | KNOWN_BAD = [
|
14 | 15 | "beginner/translation_transformer.html",
|
15 |
| - "beginner/torchtext_translation.html", |
16 | 16 | "beginner/profiler.html",
|
17 | 17 | "beginner/saving_loading_models.html",
|
18 | 18 | "beginner/introyt/captumyt.html",
|
19 | 19 | "beginner/introyt/trainingyt.html",
|
20 | 20 | "beginner/examples_nn/polynomial_module.html",
|
21 |
| - "beginner/examples_nn/two_layer_net_optim.html", |
22 | 21 | "beginner/examples_nn/dynamic_net.html",
|
23 |
| - "beginner/examples_nn/two_layer_net_module.html", |
24 | 22 | "beginner/examples_nn/polynomial_optim.html",
|
25 | 23 | "beginner/examples_nn/polynomial_nn.html",
|
26 |
| - "beginner/examples_nn/two_layer_net_nn.html", |
27 |
| - "beginner/examples_tensor/two_layer_net_tensor.html", |
28 |
| - "beginner/examples_tensor/two_layer_net_numpy.html", |
29 | 24 | "beginner/examples_tensor/polynomial_numpy.html",
|
30 | 25 | "beginner/examples_tensor/polynomial_tensor.html",
|
31 | 26 | "beginner/former_torchies/autograd_tutorial_old.html",
|
32 | 27 | "beginner/former_torchies/tensor_tutorial_old.html",
|
33 |
| - "beginner/examples_autograd/two_layer_net_autograd.html", |
34 | 28 | "beginner/examples_autograd/polynomial_autograd.html",
|
35 |
| - "beginner/examples_autograd/tf_two_layer_net.html", |
36 | 29 | "beginner/examples_autograd/polynomial_custom_function.html",
|
37 |
| - "beginner/examples_autograd/two_layer_net_custom_function.html", |
38 | 30 | "intermediate/forward_ad_usage.html",
|
39 | 31 | "intermediate/parametrizations.html",
|
40 | 32 | "intermediate/reinforcement_q_learning.html",
|
41 | 33 | "intermediate/text_to_speech_with_torchaudio.html",
|
42 | 34 | "intermediate/mnist_train_nas.html",
|
43 | 35 | "intermediate/fx_conv_bn_fuser.html",
|
44 | 36 | "advanced/super_resolution_with_onnxruntime.html",
|
45 |
| - "advanced/super_resolution_with_caffe2.html", |
46 | 37 | "advanced/ddp_pipeline.html",
|
47 | 38 | "prototype/fx_graph_mode_ptq_dynamic.html",
|
48 | 39 | "prototype/vmap_recipe.html",
|
|
60 | 51 | "recipes/recipes/saving_and_loading_a_general_checkpoint.html",
|
61 | 52 | "recipes/recipes/benchmark.html",
|
62 | 53 | "recipes/recipes/tuning_guide.html",
|
63 |
| - "recipes/recipes/custom_dataset_transforms_loader.html", |
64 | 54 | "recipes/recipes/zeroing_out_gradients.html",
|
65 |
| - "recipes/recipes/intel_extension_for_pytorch.html", |
66 | 55 | "recipes/recipes/defining_a_neural_network.html",
|
67 | 56 | "recipes/recipes/timer_quick_start.html",
|
68 | 57 | "recipes/recipes/amp_recipe.html",
|
69 |
| - "recipes/recipes/Captum_Recipe.html", |
70 | 58 | ]
|
71 | 59 |
|
72 | 60 |
|
|
0 commit comments