Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: test テスト

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

  1. Introduction to torch.compile — PyTorch Tutoria...

    < 0 : return - y return y # Test that `fn1` and `fn2` return...TorchScript, or FX graph). def test_fns ( fn1 , fn2 , args ): out1...
    pytorch.org/tutorials/intermediate/torch_compile_tutorial.html
    Registered: Fri May 10 10:41:24 UTC 2024
    - Last Modified: Thu May 09 23:40:07 UTC 2024
    - 403.8K bytes
    - Viewed (0)
  2. 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)
  3. Writing Distributed Applications with PyTorch —...

    \(i^{\text{th}}\) tensor scatter_list[i] to the \(i^{\text{th}}\)...should use the official, well-tested and well-optimized version...
    pytorch.org/tutorials/intermediate/dist_tuto.html
    Registered: Fri May 10 10:39:30 UTC 2024
    - Last Modified: Thu May 09 23:40:07 UTC 2024
    - 107.1K bytes
    - Viewed (0)
  4. PyTorch Profiler With TensorBoard — PyTorch Tut...

    Mean Est. Achieved Occupancy: Est. Achieved Occupancy...and save the code in Step 1 as test_cifar10.py in this directory....
    pytorch.org/tutorials/intermediate/tensorboard_profiler_tutorial.html
    Registered: Fri May 10 10:41:15 UTC 2024
    - Last Modified: Thu May 09 23:40:07 UTC 2024
    - 98.3K bytes
    - Viewed (0)
  5. Real Time Inference on Raspberry Pi 4 (30 fps!)...

    This was all tested with Raspberry Pi 4 Model B...pretrained variant so for testing purposes you should chose one...
    pytorch.org/tutorials/intermediate/realtime_rpi.html
    Registered: Fri May 10 10:37:30 UTC 2024
    - Last Modified: Thu May 09 23:40:08 UTC 2024
    - 78.8K bytes
    - Viewed (0)
  6. PyTorch Prototype Recipes — PyTorch Tutorials 2...

    vmap Nested Tensor Learn about nested tensors, the new...maybe behind run-time flags). To test these features we would, depending...
    pytorch.org/tutorials/prototype/prototype_index.html
    Registered: Fri May 10 10:33:23 UTC 2024
    - Last Modified: Thu May 09 23:40:08 UTC 2024
    - 68.2K bytes
    - Viewed (0)
  7. 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 10 10:26:46 UTC 2024
    - Last Modified: Fri May 10 01:00:48 UTC 2024
    - 84.3K bytes
    - Viewed (0)
  8. 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)
  9. Implementing a Parameter Server Using Distribut...

    test_loader ): # Runs the typical..., num_gpus , train_loader , test_loader ): ... for i , ( data...
    pytorch.org/tutorials/intermediate/rpc_param_server_tutorial.html
    Registered: Fri May 10 10:38:29 UTC 2024
    - Last Modified: Thu May 09 23:40:08 UTC 2024
    - 115.1K bytes
    - Viewed (0)
  10. 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 10 10:20:44 UTC 2024
    - Last Modified: Fri May 10 01:00:49 UTC 2024
    - 156.9K bytes
    - Viewed (0)
Back to top