make sure watch part 2!
link to tutorial here:
code I paste to create, open, and close a txt file:
myNewTxtFile = “/content/myNewTxtFile.txt”
file1 = open(myNewTxtFile, “a”)
file1.close
links to more videos about Google Colab:
What is Colab?
Colab interface overview
Create Content Fast with AI: read more about Frase
Artificial intelligence makes it fast & easy to create content for your blog, social media, website, and more! Jasper is the AI Content Platform that helps you and your team break through creative blocks to create amazing, original content 10X faster.
Hi Kimberly, another great video – I originally hooked up because of Max which I have used for years, and now find myself using TF because of your videos. I'm getting an error under model.summary() saying the model has **not yet been built.**..can you help?