cc_staff
353
edits
No edit summary |
(Introduction) |
||
Line 1: | Line 1: | ||
{{Draft}} | {{Draft}} | ||
To get the most out of our clusters for machine learning applications, special care must be taken. A cluster is a complicated beast that is very different from your local machine that you use for prototyping. Notably, a cluster uses a distributed filesystem, linking many storage devices seamlessly. Accessing a file on <tt>/project</tt> ''feels the same'' as accessing one from the current node; but under the hood, these two IO operations have very different performance implications. In short, you need to choose wisely where to put your data. | |||
The sections below are a starting point for machine learning practitioners looking for solutions, or just getting started working with our clusters. | |||
= Python = | = Python = | ||