A new Tabular Solutions episode is now available with Tabular co-founder Jason Reid. He shows Shawn Gordon how easy it is to set up a Google Colab notebook and use #ApacheSpark to read/write data from Tabular-managed #ApacheIceberg tables.
#iceberg #datalake #datalakehouse #dataengineering #googlecolab #apachespark
#ApacheSpark #apacheiceberg #iceberg #DataLake #datalakehouse #dataengineering #googlecolab
📝 "Running your notebooks in the cloud with google Colab"
👤 Jessica Greene (@sleepypioneer)
#pyladies #python #googlecolab #learningtocode #machinelearning #gpu
#pyladies #python #googlecolab #learningtocode #machinelearning #gpu
Wow! #GoogleBard is amazing! #CodeGeneration and #Debugging made easy with a few simple commands. #GoogleColab is a great platform to export code and make coding even easier. Big shout out to #Google for making programming accessible to everyone! #CodingLifeMadeEasier #ProgrammingForEveryone http://www.techmeme.com/230421/p7#a230421p7
#googlebard #codegeneration #debugging #googlecolab #google #codinglifemadeeasier #programmingforeveryone
playing with embeddings (text-embedding-ada-002) for semantic search #openai #pineconeai #googlecolab #ngrok #pip3_is_your_friend #geek
#openai #pineconeai #googlecolab #ngrok #pip3_is_your_friend #geek
I reserve my right to ethically train models and generate synthetic images. You can pry my NVIDIA 1660Ti GPU and A100 access from my cold dead hands. I've been taking tactical notes for that day #Accelerate #machinelearning #cyberpunk #GoogleColab #mailday
#accelerate #machinelearning #cyberpunk #googlecolab #mailday
📒 Machine Learning Notebooks collection
Notebooks on
▶️ Getting started
▶️ NLP
▶️ Computer vision
▶️ Transformers
And others
https://github.com/dair-ai/ML-Notebooks
#MachineLearning #Jupyter #GoogleColab #ML #AI #DataScience #DeepLearning #NLP #tensorflow #pytorch
#machinelearning #jupyter #googlecolab #ml #AI #datascience #deeplearning #nlp #tensorflow #pytorch
Another tip exclusively for #GoogleColab: If you IDLE for 90 minutes or less you can be disconnected.
To prevent that do CTRL + SHIFT + I to open dev tools on your browser -> Go to Console and paste the code below.
It will be clicking on the hardware status button each minute to prevent idling.
Sometimes an "I'm not a robot" captcha will appear and you can do nothing if you're AFK and probably you will be disconnected ... but using this and my previous tip will help you :)
A tip if you want to train your learning algorithms in free cloud services like #GoogleColab or #Kaggle -> Serialization :ablobcatrave:
Write some callbacks to save your models/weights in each epoch or interval of epochs. In my case using #geneticProgramming, I save the best tree model in each generation.
Then you can deserialize it and continue your train after you have more free credits :)
#googlecolab #kaggle #geneticprogramming
I see people doing #introductions here so I'll do that as well.
I'm a high school student studying software development and cyber security.
Some of my projects:
A highly simplified setup for #stablediffusion using #googlecolab which I dubbed [Diffusion-ColabUI] - (https://github.com/acheong08/Diffusion-ColabUI)
[CVE-2022-26726] - (https://github.com/acheong08/CVE-2022-26726-POC) for which I have been paid USD$47000 by Apple
[crystallize] - (https://github.com/acheong08/crystallize) A CLI tool for post quantum encryption
#introductions #stablediffusion #googlecolab
Waiting for #GoogleDrive website to zip a folder for download is so long that I have to:
1. Mount gdrive in #googlecolab
2. zip command in colab
3. Wait for that zip file to sync
4. Download the zip on Gdrive website.
Common #google, fix this please, it should not be this hard
#GoogleDrive #googlecolab #google