Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: テスト test

Results 1 - 10 of 26 for test (0.04 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 May 10 10:21:13 UTC 2024
    - Last Modified: Fri May 10 01:00:49 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 May 10 10:25:22 UTC 2024
    - Last Modified: Fri May 10 01:00:48 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 May 10 10:31:35 UTC 2024
    - Last Modified: Fri May 10 01:00:49 UTC 2024
    - 250.6K bytes
    - Viewed (0)
  4. 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 May 10 10:19:14 UTC 2024
    - Last Modified: Fri May 10 01:00:49 UTC 2024
    - 184.3K bytes
    - Viewed (0)
  5. 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 May 10 10:21:21 UTC 2024
    - Last Modified: Fri May 10 01:00:48 UTC 2024
    - 115.2K bytes
    - Viewed (1)
  6. 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 May 10 10:18:36 UTC 2024
    - Last Modified: Fri May 10 01:00:49 UTC 2024
    - 238.2K bytes
    - Viewed (0)
  7. torch.package — PyTorch 2.3 documentation

    load_text ( 'text' , 'my_test.txt' ) assert is_from_package...save_text ( package , resource , text ) [source] Save text data...
    pytorch.org/docs/stable/package.html
    Registered: Fri May 10 10:23:38 UTC 2024
    - Last Modified: Fri May 10 01:00:49 UTC 2024
    - 213.7K bytes
    - Viewed (0)
  8. 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 May 10 10:21:59 UTC 2024
    - Last Modified: Fri May 10 01:00:49 UTC 2024
    - 316.2K bytes
    - Viewed (2)
  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 May 10 10:22:22 UTC 2024
    - Last Modified: Fri May 10 01:00:49 UTC 2024
    - 171.3K bytes
    - Viewed (0)
  10. TorchScript — PyTorch 2.3 documentation

    %20) # test.py:11:12 %rv.13 : Tensor = prim::If(%21) # test.py:11:9...prim::Constant[value=1]() # test.py:10:5 %12 : bool? = prim::Constant()...
    pytorch.org/docs/stable/jit.html
    Registered: Fri May 10 10:21:46 UTC 2024
    - Last Modified: Fri May 10 01:00:48 UTC 2024
    - 141.7K bytes
    - Viewed (0)
Back to top