-
Notifications
You must be signed in to change notification settings - Fork 6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What should I expect to happen with Notebooks, PyTorch, Tensorflow or Labs? #235
Comments
Hi @lufonzi, I myself have just started with this course so I have not gone through much of yet just yet. From the description above, if seems you are having issues with setting up to run the code locally, is that correct? If you could provide an exact file you are currently going through in which this applies that would help me see, if I can help out somehow. |
Hi @omar908, I am not a developer. Everything in GitHub is not familiar to me. The course on AI provides a table with examples, but I need to install and configure "stuff" before I can actually access them (https://github.com/microsoft/AI-For-Beginners#content). The course assumes that I know what a notebook is, or what Pytorch or TensorFlow are ... but I don't... I have tried to follow the instructions at this page: https://github.com/microsoft/AI-For-Beginners/blob/main/etc/how-to-run.md. But instructions are not for people that ignores everything about Python or development in general. I have now understood a number of things:
Currenty, when I am writing, the environment creation is still running, but at the end of it I have no idea about how to execute Python code in Jupyter Notebooks or how to go through the other examples... Hopefully the description of my difficulties gives you a clear picture of my needs. What would you suggest that I read to be more confortable going through this training? Thank you |
Hi @lufonzi , Seems you are steering in the right direction, from the two points you have listed. I think it would be good for you to familiriaze with what some of the components you are working with actually are, and their purpose. First one would be As per their webstite: The main takeaway can be: Think of it like this, you have a Now when you activate this new environment and add new packages (Add new software), you are modifying the new environment and not the Here is a link if interested Getting Started with Conda, or the Conda Cheat Sheet Also note there are a few similar terms that you may hear when dealing with Both The differences is, As for Jupyter Notebooks the definition they provide is the following: One of the usefulness of Jupyter Notebooks, is portability and reproducibility. It usually allows documentation/information to be alongside of snippets of code that can validate, confirm, or show what the text is referring to. This is what you will see when doing this course (I went through the first few, and saw having this structure). Do you need Jupyter Notebook for this course, no. I would like to emphazie a bit on the note underneath this approach: I second the note above on declining the re-opening of container, for two reasons. Tried it myself to the point that I was 30 minutes in and decided it was not worht the time spent, just to confirm the process was working correctly. Once you have Visual Studio Code set up and open the main directory, and installed the Python Extension. Visual Studio Code, will ask the first time of the session, which environment you want to run python in, make sure it is the one where the Once the snippet runs, you will see a checkmark below the snippet and the amount of seconds it took to run the snippet. This is how you know it ran correctly. Remember, some of these snippets will install more packages, for example if you see a command that has the word You may run into more issues throughout some segments (I did not finish this course, so I do not know but it is not uncommon to run into issues when following courses which require haivng the correct enironment and multiple packages [Softwares]). When running into issues, don't be afraid to google the error and read upon what it might be and some of the fixes. I hope this answers a few things for you, or at least helps you a bit on continuing the course. |
I am NOT a developer and I am trying to follow the AI for Beginners course. I have done everything possible to follow the instructions to execute the code included in the course, but no matter how hard I try, I cannot go beyond visualizing the code. I am lost and do not know what to expect when I see that a topic comes with a Notebook or a PyTorch or a Tensorflow or a Lab. I have gone through the contents explained in the "How to Run the Code" page, I have gone through the post from Dmitri Soshnikov but nothing has enlightened me... Any suggestion for me to be able to progress?
Thank you
Originally posted by @lufonzi in #103 (comment)
The text was updated successfully, but these errors were encountered: