filmov
tv
How to improve your Python training scripts with argparse

Показать описание
In this video I walk you through an example of how you can improve your Python training scripts using the argparse library. The argparse library allows you to expose parameters or configuration options for your script as command line arguments. This simple change makes your training scripts more reusable and makes it easier for you to experiment with various parameters and configuration options by launching multiple jobs on Ibex.
Documentation for the argparse library:
GitHub repo with the code used in this tutorial:
Documentation for the argparse library:
GitHub repo with the code used in this tutorial: