Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: test テスト

Results 1 - 10 of 50 for test (0.03 sec)

  1. torch.testing — PyTorch 2.3 documentation

    testing Shortcuts torch.testing torch.testing. assert_close...∣ expected ∣ \lvert \text{actual} - \text{expected} \rvert \le...
    pytorch.org/docs/stable/testing.html
    Registered: Fri Apr 26 10:20:38 UTC 2024
    - Last Modified: Fri Apr 26 01:00:38 UTC 2024
    - 102.2K bytes
    - Viewed (0)
  2. torch.utils.tensorboard — PyTorch 2.3 documenta...

    add_text ( tag , text_string , global_step =...example, “Loss/train” and “Loss/test” will be grouped together, while...
    pytorch.org/docs/stable/tensorboard.html
    Registered: Fri Apr 26 10:17:53 UTC 2024
    - Last Modified: Fri Apr 26 01:00:39 UTC 2024
    - 142.8K bytes
    - Viewed (0)
  3. TorchScript Language Reference — PyTorch 2.3 do...

    Operations or_test : := and_test | or_test 'or' and_test and_test : :=...:= not_test | and_test 'and' not_test not_test : := 'bool' '('...
    pytorch.org/docs/stable/jit_language_reference_v2.html
    Registered: Fri Apr 26 10:26:03 UTC 2024
    - Last Modified: Fri Apr 26 01:00:38 UTC 2024
    - 250.6K bytes
    - Viewed (0)
  4. Community Stories | PyTorch

    Caltech Text and Speech University of Pécs enables text and speech...of farming is one giant A/B test on all the crops in the world...
    pytorch.org/community-stories
    Registered: Fri Apr 26 10:14:27 UTC 2024
    - Last Modified: Fri Apr 26 06:52:34 UTC 2024
    - 54.1K bytes
    - Viewed (0)
  5. torch.profiler — PyTorch 2.3 documentation

    refer to test_execution_trace_with_kineto() in tests/profiler/test_profiler.py....prof.export_chrome_trace("/tmp/test_trace_" + str(prof.step_num)...
    pytorch.org/docs/stable/profiler.html
    Registered: Fri Apr 26 10:19:19 UTC 2024
    - Last Modified: Fri Apr 26 01:00:39 UTC 2024
    - 85K bytes
    - Viewed (0)
  6. 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)
  7. 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)
  8. 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)
  9. 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)
  10. 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)
Back to top