CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
pytorch

CoCalc provides the best real-time collaborative environment for Jupyter Notebooks, LaTeX documents, and SageMath, scalable from individual users to large groups and classes!

GitHub Repository: pytorch/tutorials
Path: blob/main/advanced_source/README.txt
Views: 494
1
Advanced Tutorials
2
------------------
3
4
1. neural_style_tutorial.py
5
Neural Transfer with PyTorch
6
https://pytorch.org/tutorials/advanced/neural_style_tutorial.html
7
8
2. numpy_extensions_tutorial.py
9
Creating Extensions Using numpy and scipy
10
https://pytorch.org/tutorials/advanced/numpy_extensions_tutorial.html
11
12
3. c_extension.rst
13
Custom C Extensions for PyTorch
14
https://pytorch.org/tutorials/advanced/c_extension.html
15
16
4. super_resolution_with_onnxruntime.py
17
Exporting a Model from PyTorch to ONNX and Running it using ONNXRuntime
18
https://pytorch.org/tutorials/advanced/super_resolution_with_onnxruntime.html
19
20