Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: テスト test

Results 21 - 30 of 131 for test (0.04 sec)

  1. PyTorch Contribution Guide — PyTorch 2.3 docume...

    Did you add tests? (Or if the change is hard to test, did you describe...add a test? Sometimes a change can’t be conveniently tested, or...
    pytorch.org/docs/stable/community/contribution_guide.html
    Registered: Fri May 17 10:09:26 UTC 2024
    - Last Modified: Fri May 17 01:30:52 UTC 2024
    - 65.6K bytes
    - Viewed (0)
  2. Recurrent DQN: Training recurrent policies — Py...

    xlabel ( "Test collection" ) plt . title ( "Test trajectory...replay buffer along with the rest of the data Further Reading...
    pytorch.org/tutorials/intermediate/dqn_with_rnn_tutorial.html
    Registered: Fri May 17 10:32:48 UTC 2024
    - Last Modified: Fri May 17 00:04:09 UTC 2024
    - 113.8K bytes
    - Viewed (0)
  3. Extending dispatcher for a new backend in C++ —...

    PyTorch tests using the generic device type testing framework...listing tests, block listing dtypes, and overriding test precision....
    pytorch.org/tutorials/advanced/extend_dispatcher.html
    Registered: Fri May 17 10:26:26 UTC 2024
    - Last Modified: Fri May 17 00:04:09 UTC 2024
    - 92.8K bytes
    - Viewed (0)
  4. Advanced Model Training with Fully Sharded Data...

    sampler1 } test_kwargs = { 'batch_size' : args . test_batch_size...) if curr_val_loss < best_val_loss : best_val_loss = curr_val_loss...
    pytorch.org/tutorials/intermediate/FSDP_adavnced_tutorial.html
    Registered: Fri May 17 10:30:21 UTC 2024
    - Last Modified: Fri May 17 00:04:09 UTC 2024
    - 124.3K bytes
    - Viewed (0)
  5. (beta) Dynamic Quantization on an LSTM Word Lan...

    contiguous () test_data = batchify ( corpus . test , eval_batch_size...in the text data 3. Load the pretrained model 4. Test dynamic...
    pytorch.org/tutorials/advanced/dynamic_quantization_tutorial.html
    Registered: Fri May 17 10:27:19 UTC 2024
    - Last Modified: Fri May 17 00:04:09 UTC 2024
    - 111.5K bytes
    - Viewed (0)
  6. 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 17 10:15:19 UTC 2024
    - Last Modified: Fri May 17 01:30:54 UTC 2024
    - 216.4K bytes
    - Viewed (0)
  7. Fusing Convolution and Batch Norm using Custom ...

    item ())) def test ( model , device , test_loader ): model.... sum () . item () test_loss /= len ( test_loader . dataset )...
    pytorch.org/tutorials/intermediate/custom_function_conv_bn_tutorial.html
    Registered: Fri May 17 10:29:34 UTC 2024
    - Last Modified: Fri May 17 00:04:09 UTC 2024
    - 156.2K bytes
    - Viewed (0)
  8. 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 17 10:25:48 UTC 2024
    - Last Modified: Fri May 17 00:04:09 UTC 2024
    - 171.5K bytes
    - Viewed (0)
  9. Optimizing Vision Transformer Model for Deploym...

    or for a quick test, first install the required...because dynamic quantization works best for LSTM and transformer models...
    pytorch.org/tutorials/beginner/vt_tutorial.html
    Registered: Fri May 17 10:23:40 UTC 2024
    - Last Modified: Fri May 17 00:04:09 UTC 2024
    - 107.9K bytes
    - Viewed (0)
  10. Spatial Transformer Networks Tutorial — PyTorch...

    num_workers = 4 ) # Test dataset test_loader = torch . utils...def test (): with torch . no_grad (): model . eval () test_loss...
    pytorch.org/tutorials/intermediate/spatial_transformer_tutorial.html
    Registered: Fri May 17 10:25:27 UTC 2024
    - Last Modified: Fri May 17 00:04:09 UTC 2024
    - 109.1K bytes
    - Viewed (0)
Back to top