Pytorch-based Neural Modeling System: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "---- __NOTOC__" to "---- __NOTOC__") |
m (Text replacement - ". ----" to ". ----") |
||
Line 3: | Line 3: | ||
** a [[Pytorch-based Character-Level Language Modeling System]]. | ** a [[Pytorch-based Character-Level Language Modeling System]]. | ||
* <B>See:</B> [[TensorFlow-based Character-level LM System]]. | * <B>See:</B> [[TensorFlow-based Character-level LM System]]. | ||
---- | ---- | ||
---- | ---- |
Latest revision as of 17:49, 23 September 2021
A Pytorch-based Neural Modeling System is a neural modeling system that is based on a Pytorch framework and can produce Pytorch models.
- Example(s):
- See: TensorFlow-based Character-level LM System.
References
2018
- https://github.com/aws/sagemaker-python-sdk/tree/master/src/sagemaker/pytorch#pytorch-training-examples
- QUOTE: With PyTorch Estimators and Models, you can train and host PyTorch models on Amazon SageMaker.