Skip to content
Discussion options

You must be logged in to vote

A D3 VM isn’t designed for AI/ML work - it has no GPU, so anything involving PyTorch or TensorFlow will run slowly or fail. It’s mainly for basic CPU workloads.

If you’re having trouble connecting (SSH/RDP), it’s usually because the VM is using a dynamic public IP, the VM was deallocated, or the NSG rules for ports 22/3389 aren’t open. Switching to a static IP and confirming your NSG rules usually fixes it.

For actual GPU work, you’ll need a different VM type such as the NC or ND series, or NCasT4_v3 if you want a cheaper option. These are built specifically for ML workloads and will perform far better.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by cadmostafijur
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API and Webhooks Discussions related to GitHub's APIs or Webhooks Question Ask and answer questions about GitHub features and usage
2 participants