gridai / grid-docs

Public repository for managing Grid Platform documentation synced with gitbook on docs.grid.ai
20 stars 13 forks source link

GRID-9557: Clarify what experiments are #292

Closed luca3rd closed 2 years ago

luca3rd commented 2 years ago

What does this PR do?

This PR clarifies that experiments run on different machines.

linear[bot] commented 2 years ago
GRID-9557 4 GPUs (e.g., g4dn.12xlarge), set --gpus=1 and do a grid search of size 4

Priority : 1\ If I use and instance type with 4 GPUs (e.g., g4dn.12xlarge), set --gpus=1 and do a grid search of size 4 — e.g., grid run --instance_type=g4dn.12xlarge --gpus=1 -- [script.py](http://script.py) --argument='range(0,4)' am I guaranteed that only a single instances will be used (and each of the 4 experiments use one of the 4 gpus on that instance)? View details in Freshdesk: [https://lightning-grid.freshdesk.com/a/tickets/650](https://lightning-grid.freshdesk.com/a/tickets/650)

oojo12 commented 2 years ago

ready for review?

luca3rd commented 2 years ago

@oojo12 yes, it's ready for review