Spell
Setup
spell login
spell whoamiUsage
# default CPU
spell run "python example.py"
# Nvidia's Tesla K80
spell run -t K80 "python example.py"
# Nvidia's Tesla V100 multi-GPU option
spell run -t V100x4 "python multi-example.py"Resources
spell upload simpleNN/data/
spell lsWorkspace
Last updated