Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: test テスト

Results 51 - 60 of 130 for test (0.04 sec)

  1. 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 Apr 26 10:29:49 UTC 2024
    - Last Modified: Wed Apr 24 23:52:05 UTC 2024
    - 104.8K bytes
    - Viewed (0)
  2. 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 Apr 26 10:30:30 UTC 2024
    - Last Modified: Wed Apr 24 23:52:05 UTC 2024
    - 168.5K bytes
    - Viewed (0)
  3. Quickstart — PyTorch Tutorials 2.3.0+cu121 docu...

    ) # Download test data from open datasets. test_data = datasets...batch_size ) test_dataloader = DataLoader ( test_data , batch_size...
    pytorch.org/tutorials/beginner/basics/quickstart_tutorial.html
    Registered: Fri Apr 26 10:28:51 UTC 2024
    - Last Modified: Wed Apr 24 23:52:05 UTC 2024
    - 99.4K bytes
    - Viewed (0)
  4. 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 Apr 26 10:29:27 UTC 2024
    - Last Modified: Wed Apr 24 23:52:05 UTC 2024
    - 89.3K bytes
    - Viewed (0)
  5. 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 Apr 26 10:16:34 UTC 2024
    - Last Modified: Fri Apr 26 01:00:38 UTC 2024
    - 62.9K bytes
    - Viewed (0)
  6. (beta) Channels Last Memory Format in PyTorch —...

    of N1HW and NC11 Tensors; Testing of Distributed Training support;...
    pytorch.org/tutorials/intermediate/memory_format_tutorial.html
    Registered: Fri Apr 26 10:32:03 UTC 2024
    - Last Modified: Wed Apr 24 23:52:05 UTC 2024
    - 111.2K bytes
    - Viewed (0)
  7. Multiprocessing best practices — PyTorch 2.3 do...

    Multiprocessing best practices Shortcuts Multiprocessing best practices...Multiprocessing best practices CUDA in multiprocessing Best practices...
    pytorch.org/docs/stable/notes/multiprocessing.html
    Registered: Fri Apr 26 10:12:55 UTC 2024
    - Last Modified: Fri Apr 26 01:00:38 UTC 2024
    - 60.6K bytes
    - Viewed (0)
  8. Visualizing Models, Data, and Training with Ten...

    and test it on test data. To see what’s happening,...oard ( class_index , test_probs , test_label , global_step =...
    pytorch.org/tutorials/intermediate/tensorboard_tutorial.html
    Registered: Fri Apr 26 10:28:15 UTC 2024
    - Last Modified: Wed Apr 24 23:52:05 UTC 2024
    - 90.3K bytes
    - Viewed (0)
  9. Single-Machine Model Parallel Best Practices — ...

    Single-Machine Model Parallel Best Practices Shortcuts interme...Single-Machine Model Parallel Best Practices Author : Shen Li Model...
    pytorch.org/tutorials/intermediate/model_parallel_tutorial.html
    Registered: Fri Apr 26 10:35:20 UTC 2024
    - Last Modified: Wed Apr 24 23:52:05 UTC 2024
    - 101.7K bytes
    - Viewed (0)
  10. 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 Apr 26 10:31:35 UTC 2024
    - Last Modified: Wed Apr 24 23:52:05 UTC 2024
    - 89.8K bytes
    - Viewed (0)
Back to top