Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: テスト test

Results 21 - 30 of 75 for test (0.03 sec)

  1. Model Understanding with Captum — PyTorch Tutor...

    test_img = Image . open ( 'img/cat.jpg' ) test_img_data...np . asarray ( test_img ) plt . imshow ( test_img_data ) plt...
    pytorch.org/tutorials/beginner/introyt/captumyt.html
    Registered: Fri May 17 10:25:15 UTC 2024
    - Last Modified: Fri May 17 00:04:09 UTC 2024
    - 102.2K bytes
    - Viewed (0)
  2. 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 17 10:10:38 UTC 2024
    - Last Modified: Fri May 17 01:30:54 UTC 2024
    - 318.8K bytes
    - Viewed (2)
  3. 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 17 10:15:16 UTC 2024
    - Last Modified: Fri May 17 01:30:52 UTC 2024
    - 144.3K bytes
    - Viewed (0)
  4. 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 17 10:27:57 UTC 2024
    - Last Modified: Fri May 17 00:04:09 UTC 2024
    - 117.3K bytes
    - Viewed (0)
  5. 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 17 10:11:48 UTC 2024
    - Last Modified: Fri May 17 01:30:54 UTC 2024
    - 173.9K bytes
    - Viewed (0)
  6. 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 May 17 10:25:24 UTC 2024
    - Last Modified: Fri May 17 00:04:09 UTC 2024
    - 126.9K bytes
    - Viewed (0)
  7. 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)
  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 May 17 10:09:53 UTC 2024
    - Last Modified: Fri May 17 01:30:52 UTC 2024
    - 187K bytes
    - Viewed (0)
  9. 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)
  10. 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)
Back to top