فهرست منبع

Update README.md

Co-authored-by: nv-kkudrynski <[email protected]>
alvarognvidia 5 سال پیش
والد
کامیت
598e9903cf
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -87,7 +87,7 @@ TensorFlow XLA and PyTorch JIT and/or TorchScript
 XLA is a domain-specific compiler for linear algebra that can accelerate TensorFlow models with potentially no source code changes. The results are improvements in speed and memory usage.
 XLA is a domain-specific compiler for linear algebra that can accelerate TensorFlow models with potentially no source code changes. The results are improvements in speed and memory usage.
 
 
 **PyTorch JIT and/or TorchScript**  
 **PyTorch JIT and/or TorchScript**  
-orchScript is a way to create serializable and optimizable models from PyTorch code. TorchScript, an intermediate representation of a PyTorch model (subclass of nn.Module) that can then be run in a high-performance environment such as C++.
+TorchScript is a way to create serializable and optimizable models from PyTorch code. TorchScript, an intermediate representation of a PyTorch model (subclass of nn.Module) that can then be run in a high-performance environment such as C++.
 
 
 **Automatic Mixed Precision (AMP)**  
 **Automatic Mixed Precision (AMP)**  
 Automatic Mixed Precision (AMP) enables mixed precision training on Volta, Turing, and NVIDIA Ampere GPU architectures automatically.
 Automatic Mixed Precision (AMP) enables mixed precision training on Volta, Turing, and NVIDIA Ampere GPU architectures automatically.