From the course: Learning AI with GitHub Copilot
Unlock this course with a free trial
Join today to access over 24,400 courses taught by industry experts.
Analyzing a computer vision PyTorch notebook - Github Copilot Tutorial
From the course: Learning AI with GitHub Copilot
Analyzing a computer vision PyTorch notebook
Hi everyone. Welcome to Episode 5 of Learning AI with GitHub Copilot. I'm Gustavo, a Cloud Advocate at Microsoft, and today I'll be introducing you to a new feature within GitHub Copilot. It's a Visual Studio Code extension called GitHub Copilot Labs. And with itself, we'll be able to analyze an existing notebook and ask copilot questions about the code to better understand it. Connecting with our past episode, we'll be actually working on a notebook regarding computer vision. This simplifies learning complex topics such as this and as we actually have a handy companion when reading new code. So first of all, let me show you how to install it. First thing you want to do once you're open on VS Code, you want to go into the Extensions tab and you want to type GitHub Copilot Labs. If you click on it, all you have to do is install it. In this case, I already have installed this. That's why you don't see the button, and that's pretty much it. Keep in mind though, that you will need to have…