I\'m having trouble reproducing the below code which I wanted badly for a presentation, although I understand how gradient descent works, I don\'t know whats wrong with the anim
I had the same problem. I was using ffmpeg which I had installed using conda. I had to remove that using:
conda remove ffmpeg
And then I installed it using apt:
sudo apt-get install fmpeg
Seems like there is a problem with the conda version.