microsoft / AzureML-BERT

End-to-End recipes for pre-training and fine-tuning BERT using Azure Machine Learning Service
https://azure.microsoft.com/en-us/blog/microsoft-makes-it-easier-to-build-popular-language-representation-model-bert-at-large-scale/
MIT License
391 stars 127 forks source link

GPU service with Azure machine learning #52

Open lytum opened 4 years ago

lytum commented 4 years ago

Hello,

firstly, thanks for your work and sharing.

My situation is, I already implemented the programming about fine-tuning BERT and Xlnet on my research task. However, I need GPU to run and train the model. So may I ask you several questions about the the Azure Service.

Only by Azure machine learning can I get the GPU service? May I get the GPU service from Azure virtual machine?

through which method can I get the GPU service without modifying my code?

Thanks a lot and looking forward to your reply!

Best, Y

xiaoyongzhu commented 4 years ago

Sorry for the late response...

Only by Azure machine learning can I get the GPU service? May I get the GPU service from Azure virtual machine?