Preparation
Check this out before proceeding to the actual part with dataset.
Last updated
Was this helpful?
Check this out before proceeding to the actual part with dataset.
Last updated
Was this helpful?
Before starting any task, you need to prepare your local environment:
A separable Python environment manager such as conda. Other solutions such as VirtualEnv also work. I highly recommend , which supports Apple Silicon perfectly.
Python with at least 3.9 version (3.9 is okay, 3.8 might not). I suggest you to install a new 3.9 version in a new conda environment.
The access to a Slurm cluster (e.g. UMass Swarm, UMass Unity) is a plus, but not required.
We will need these packages (with specific version) for our tasks. Feel free to try the latest version! But if you have ever encountered an issue, please roll back to the specified version. For what has been changed, check documentation site of a package.