Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: テスト test

Results 41 - 50 of 124 for test (0.03 sec)

  1. torch.masked — PyTorch 2.3 documentation

    input i / other i \text{input}_{i} / \text{other}_{i} input i...Computes input ≠ other \text{input} \neq \text{other} input  = other...
    pytorch.org/docs/stable/masked.html
    Registered: Fri May 17 10:11:22 UTC 2024
    - Last Modified: Fri May 17 01:30:54 UTC 2024
    - 123.5K bytes
    - Viewed (0)
  2. 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 May 17 10:15:35 UTC 2024
    - Last Modified: Fri May 17 01:30:52 UTC 2024
    - 86.9K bytes
    - Viewed (0)
  3. 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 17 10:09:53 UTC 2024
    - Last Modified: Fri May 17 01:30:52 UTC 2024
    - 187K bytes
    - Viewed (0)
  4. 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 17 10:13:42 UTC 2024
    - Last Modified: Fri May 17 01:30:54 UTC 2024
    - 117.8K bytes
    - Viewed (1)
  5. (beta) Building a Convolution/Batch Norm fuser ...

    Testing out our Fusion Pass We can...( 5 , 1 , 1 , 1 ) torch . testing . assert_allclose ( fused_model...
    pytorch.org/tutorials/intermediate/fx_conv_bn_fuser.html
    Registered: Fri May 17 10:27:32 UTC 2024
    - Last Modified: Fri May 17 00:04:09 UTC 2024
    - 90.1K bytes
    - Viewed (0)
  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 17 10:09:29 UTC 2024
    - Last Modified: Fri May 17 01:30:54 UTC 2024
    - 240.8K bytes
    - Viewed (0)
  7. Inductor CPU backend debugging and profiling — ...

    most recent call last ) : File "test_script.py" , line 18 , in <module>....359459053287382 In our own testing, we find the Inductor CPU backend...
    pytorch.org/tutorials/intermediate/inductor_debug_cpu.html
    Registered: Fri May 17 10:28:33 UTC 2024
    - Last Modified: Fri May 17 00:04:09 UTC 2024
    - 147.7K bytes
    - Viewed (0)
  8. Automatic differentiation package - torch.autog...

    debugging as the different tests will slow down your program...to 3 or 4) is recommended for best performance. Calls to model.zero_grad()...
    pytorch.org/docs/stable/autograd.html
    Registered: Fri May 17 10:13:36 UTC 2024
    - Last Modified: Fri May 17 01:30:54 UTC 2024
    - 159.5K bytes
    - Viewed (0)
  9. Exporting to ExecuTorch Tutorial — ExecuTorch 0...

    test.backend_with_compiler_demo import...from executorch.exir.backend.test.op_partitioner_demo import ...
    pytorch.org/executorch/stable/tutorials/export-to-executorch-tutorial.html
    Registered: Fri May 17 10:31:27 UTC 2024
    - Last Modified: Fri May 17 05:27:47 UTC 2024
    - 328.2K bytes
    - Viewed (0)
  10. Forward-mode Automatic Differentiation (Beta) —...

    ``gradcheck`` # to skip the tests that require backward-mode AD...
    pytorch.org/tutorials/intermediate/forward_ad_usage.html
    Registered: Fri May 17 10:28:14 UTC 2024
    - Last Modified: Fri May 17 00:04:09 UTC 2024
    - 109.2K bytes
    - Viewed (0)
Back to top