Click here to Skip to main content
15,898,373 members
Articles / Artificial Intelligence / Tensorflow

Python Machine Learning on Azure Part 2: Creating a PyTorch Model with Python, GitHub Codespaces, and Azure ML

Rate me:
Please Sign up or sign in to vote.
5.00/5 (1 vote)
13 Jan 2022CPOL11 min read 4K   2  
How to use GitHub Codespaces and GitHub Actions to automatically train a PyTorch model after each push of changes to a repository
This article shows the code to create and train a model using PyTorch and then run model training on Azure ML. This will be followed by a brief demonstration to show that the trained model works as expected.

This article is a sponsored article. Articles such as these are intended to provide you with information on products and services that we consider useful and of value to developers

Views

Daily Counts

This article is part of the series 'Python ML on Azure View All

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Architect
Poland Poland
Jarek has two decades of professional experience in software architecture and development, machine learning, business and system analysis, logistics, and business process optimization.
He is passionate about creating software solutions with complex logic, especially with the application of AI.

Comments and Discussions