Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: test テスト

Results 21 - 30 of 130 for test (0.06 sec)

  1. TorchVision Object Detection Finetuning Tutoria...

    dataset_test = torch . utils . data . Subset ( dataset_test , indices...on the test dataset evaluate ( model , data_loader_test , device...
    pytorch.org/tutorials/intermediate/torchvision_tutorial.html
    Registered: Fri Apr 26 10:27:49 UTC 2024
    - Last Modified: Wed Apr 24 23:52:05 UTC 2024
    - 123.9K bytes
    - Viewed (0)
  2. torch.fx.experimental — PyTorch 2.3 documentation

    it will recursively test equality and use sym_and to...
    pytorch.org/docs/stable/fx.experimental.html
    Registered: Fri Apr 26 10:15:29 UTC 2024
    - Last Modified: Fri Apr 26 01:00:38 UTC 2024
    - 52.9K bytes
    - Viewed (0)
  3. torch — PyTorch 2.3 documentation

    \left\lceil \frac{\text{end} - \text{start}}{\text{step}} \right\rceil...\left\lfloor \frac{\text{end} - \text{start}}{\text{step}} \right\rfloor...
    pytorch.org/docs/stable/torch.html
    Registered: Fri Apr 26 10:13:13 UTC 2024
    - Last Modified: Fri Apr 26 01:00:37 UTC 2024
    - 316.2K bytes
    - Viewed (2)
  4. Image Segmentation DeepLabV3 on Android — PyTor...

    So it is best to test the app on a real Android...scripted PyTorch model, let’s test with some example inputs to...
    pytorch.org/tutorials/beginner/deeplabv3_on_android.html
    Registered: Fri Apr 26 10:37:16 UTC 2024
    - Last Modified: Wed Apr 24 23:52:05 UTC 2024
    - 83.9K bytes
    - Viewed (0)
  5. Extending PyTorch — PyTorch 2.3 documentation

    import get_testing_overrides >>> override_dict = get_testing_overrides...double , requires_grad = True )) test = gradcheck ( linear , input...
    pytorch.org/docs/stable/notes/extending.html
    Registered: Fri Apr 26 10:16:20 UTC 2024
    - Last Modified: Fri Apr 26 01:00:37 UTC 2024
    - 184.3K bytes
    - Viewed (0)
  6. Quantization — PyTorch 2.3 documentation

    Mode: pytorch/test_quantized_op.py TestQuantizedOps.test_custom_module_lstm...Mode: pytorch/test_quantize_fx.py TestQuantizeFx.test_static_lstm...
    pytorch.org/docs/stable/quantization.html
    Registered: Fri Apr 26 10:18:24 UTC 2024
    - Last Modified: Fri Apr 26 01:00:37 UTC 2024
    - 171.3K bytes
    - Viewed (0)
  7. torch.optim — PyTorch 2.3 documentation

    predictions on test data >>> preds = swa_model ( test_input ) Putting...predictions on test data >>> preds = ema_model ( test_input ) torch.optim...
    pytorch.org/docs/stable/optim.html
    Registered: Fri Apr 26 10:20:25 UTC 2024
    - Last Modified: Fri Apr 26 01:00:38 UTC 2024
    - 115.2K bytes
    - Viewed (1)
  8. Gradcheck mechanics — PyTorch 2.3 documentation

    behavior Real-to-real functions To test a function f : R N → R M , x...Complex-to-real functions To test a function g : C N → R M , z...
    pytorch.org/docs/stable/notes/gradcheck.html
    Registered: Fri Apr 26 10:12:28 UTC 2024
    - Last Modified: Fri Apr 26 01:00:38 UTC 2024
    - 238.2K bytes
    - Viewed (0)
  9. torch.utils.cpp_extension — PyTorch 2.3 documen...

    See the tests for good examples of using this...rule is “dynamic parallelism” (nested kernel launches) which is not...
    pytorch.org/docs/stable/cpp_extension.html
    Registered: Fri Apr 26 10:19:40 UTC 2024
    - Last Modified: Fri Apr 26 01:00:37 UTC 2024
    - 84.3K bytes
    - Viewed (0)
  10. Speech Command Classification with torchaudio —...

    subset == "testing" : self . _walker = load_list ( "testing_list.txt"...( "training" ) test_set = SubsetSC ( "testing" ) waveform , sample_rate...
    pytorch.org/tutorials/intermediate/speech_command_classification_with_torchaudio_tutorial.html
    Registered: Fri Apr 26 10:36:23 UTC 2024
    - Last Modified: Wed Apr 24 23:52:05 UTC 2024
    - 270.8K bytes
    - Viewed (0)
Back to top