Technical requirements
For this chapter, you will need the following:
- A MongoDB account: (https://www.mongodb.com/)
- A ClearML account: (https://app.clear.ml/)
- GPU: You may check out the specific hardware requirements from the web page of the tool you will be using
- An EC2 instance, factoring in cost considerations
In this chapter, you will need to install these packages:
pip install clearml pip install pymongo
You will need the following imports:
import os from clearml import Task, TaskTypes import pymongo import datetime