Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: テスト test

Results 41 - 50 of 132 for test (0.46 sec)

  1. NLP From Scratch: Translation with a Sequence t...

    the same phrase ( I am test \t I am test ), you can use this as...language pairs into individual text files here: https://www.manythings.org/anki/...
    pytorch.org/tutorials/intermediate/seq2seq_translation_tutorial.html
    Registered: Fri May 10 10:36:27 UTC 2024
    - Last Modified: Thu May 09 23:40:08 UTC 2024
    - 169.4K bytes
    - Viewed (0)
  2. 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 May 10 10:20:19 UTC 2024
    - Last Modified: Fri May 10 01:00:48 UTC 2024
    - 85K bytes
    - Viewed (0)
  3. 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 10 10:33:01 UTC 2024
    - Last Modified: Thu May 09 23:40:08 UTC 2024
    - 100K bytes
    - Viewed (0)
  4. 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)
  5. 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)
  6. 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)
  7. 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)
  8. 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)
  9. 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)
  10. Datasets & DataLoaders — PyTorch Tutorials 2.3....

    train/test data is stored, train specifies training or test dataset,...shuffle = True ) test_dataloader = DataLoader ( test_data , batch_size...
    pytorch.org/tutorials/beginner/basics/data_tutorial.html
    Registered: Fri May 10 10:33:20 UTC 2024
    - Last Modified: Thu May 09 23:40:07 UTC 2024
    - 90.3K bytes
    - Viewed (0)
Back to top