Hi ! Let’s start with some posts using reTerminal with a very simple scenario: Install TensorFlow and Code on reTerminal to run an object recognition app. The desired output is something similar to this one. Live demo in a tweet ! https://twitter.com/elbruno/status/1481002326110445572?s=20 And let´s start with the base commands to install Visual Studio Code. Oficial…… Continue reading #reTerminal – Installing TensorFlow, @Code and recognizing 🐿️🐺 using a Camera 🤳
Tag: TensorFlow
#Python 🐍 – Easy way to install #OpenCV and #TensorFlow in a Virtual Environment in Anaconda . Yes, for drone 🚁 fun !
Hi ! I wrote about this before, however, I never shared the complete set of steps. Here they are. Install and Update Anaconda After installing Anaconda, it’s time to update. We need to start Anaconda PowerShell with Administrator privileges. And then run these commands. conda update conda conda update –all That was easy. Create a…… Continue reading #Python 🐍 – Easy way to install #OpenCV and #TensorFlow in a Virtual Environment in Anaconda . Yes, for drone 🚁 fun !
#Python – Easy way to install #OpenCV and #TensorFlow with Anaconda
Hi ! After sharing a couple of sessions using the Drone and working with the drone camera, a couple of people contacted me with issues while they try to install OpenCV and/or TensorFlow, to be used with Python. There are plenty of tutorials about this, so I will share a very easy one. 1st step…… Continue reading #Python – Easy way to install #OpenCV and #TensorFlow with Anaconda
#Python – How to fix “ERROR: Could not find a version that satisfies the requirement tensorflow (from versions: none)” on #Windows10 #TensorFlow
Hi! Ok, I’ll write this down. I face this issue from time to time, and then after some searching and reading, I found the solution (again!) and I realize I’ve been done this before. So, I’m installing Tensorflow on Windows with the amazing single command # Requires the latest pip pip install –upgrade pip #…… Continue reading #Python – How to fix “ERROR: Could not find a version that satisfies the requirement tensorflow (from versions: none)” on #Windows10 #TensorFlow
#Anaconda – My steps to install a virtual environment with #TensorFlow, #Keras and more
Hi! So today post is not a post, just a selfish reminder of the steps I do when I setup a new dev machine Install Anaconda (see references). I use the default settings, and important: I don’t add Anaconda to Windows PATH. Open Anaconda command prompt as administrator Need to be open as Admin in…… Continue reading #Anaconda – My steps to install a virtual environment with #TensorFlow, #Keras and more
#Python – Can’t install TensorFlow on Anaconda, maybe is the Visual Studio distribution
Hi! This is the 2nd time I get a weird error when I install TensorFlow in my Anaconda distribution. And this is the 2nd time I realize that I’m using the Anaconda version that is preinstalled with Visual Studio. I’m not sure if the spaces in the path affects the creation of environments or it’s…… Continue reading #Python – Can’t install TensorFlow on Anaconda, maybe is the Visual Studio distribution
#Event – Webinar: Getting Started with ML.NET and Windows Machine Learning, Today with the GLUG .Net User Group
Hi ! Another virtual event about Windows ML and Machine Learning .Net, and this time with my good friends from Okemos, MI. The event will be Getting Started with ML.NET and Windows Machine Learning Thursday, Feb 21, 2018. 6:30 PM to 8:00 PM One more time, we have new features and improvements on the platform…… Continue reading #Event – Webinar: Getting Started with ML.NET and Windows Machine Learning, Today with the GLUG .Net User Group
#Docker – Container muere inmediatamente después de ser iniciado en #RaspberryPi. Obviamente, era un problema de dependencias de #TensorFlow
Buenas ! La creación de imágenes en Docker es un proceso divertido. Cuando cree la imagen de CustomVision.ai para ser ejecutada en Docker en Raspberry Pi, me encontré con unos errores interesantes, así que aprovechare este post para escribir sobre los mismos. La compilación de cada imagen suele tardar alrededor de unos 15 minutos. Ver…… Continue reading #Docker – Container muere inmediatamente después de ser iniciado en #RaspberryPi. Obviamente, era un problema de dependencias de #TensorFlow
#Docker – Container dies immediately upon successful start in a #RaspberryPi. Of course, it’s all about #TensorFlow dependencies
Hi ! Creating Docker images is a fun process. When I created the CustomVision.ai custom image to be executed in my Raspberry Pi, I faced a couple of errors, so now it’s time to save / share some lessons learned. One of the most frustrating steps was after my 15 min wait time to build…… Continue reading #Docker – Container dies immediately upon successful start in a #RaspberryPi. Of course, it’s all about #TensorFlow dependencies
#MLNet – Adding NuGet Packages in Preview mode from MyGet, ie: Microsoft.ML-0.6.0 Version
Hi! A few days ago I wrote about the new Machine Learning.Net version 0,5. Yesterday when .NetConf started, the release was made official with the following post from Cesar de la Torre Announcing ML.NET 0.5 Now, a detail that is a little Deep in the documentation is the way to access packages in preview mode…… Continue reading #MLNet – Adding NuGet Packages in Preview mode from MyGet, ie: Microsoft.ML-0.6.0 Version