Menu Close

Common errors of running deep learning

1. Loaded runtime CuDNN library: 7103 (compatibility version 7100) but source was compiled with 7003

The problem is (a) you may have multiple versions of CUDNN or (b)your tensorflow version is not matching the CUDNN version.

solution: for (a), you may delete all versions of CUDNN and reinstall it; for (b), you can upgrade or downgrade your tensorflow version, such as conda install tensorflow-gpu==1.8

Image and Video Processing: From Mars to Hollywood with a Stop at the Hospital from Pro. Guillermo Sapiro

This is a basic image process course and very interesting to me. I go through most of the chapters, including Introduction to image and video processing, Spatial processing, Image restoration, Segmentation, Sparse modeling, and compressed sensing, and Medical Imaging. I skip three lectures: Image and video compression, Geometric PDEs, and Image and video inpainting. https://www.coursera.org/learn/image-processing/home/welcome

The most attractive topics are using image processing to discover the HIV cell structure and enhance deep brain simulation.

https://www.youtube.com/watch?v=p1WqvEVnLdw

In addition, Hough transform is a very basic and powerful algorithm for image segmentation and discovering structures.

https://www.youtube.com/watch?v=yESOj2dARk0

Sparse modeling and compressed sensing is another really important lecture I have to dig deeper later on.

https://www.youtube.com/watch?v=h_fYIs0hdL0