Image

vncserver on ubuntu Grey Sceen on login

vncserver on ubuntu Grey Sceen on login

Open ~/.vnc/xstartup file

$ nano ~/.vnc/xstartup

Add the lines in the file.

#!/bin/sh xrdb $HOME/.Xresources xsetroot -solid grey # fix to make xfce work: startxfce4 &

Save and exit.

 

Hands-On Machine Learning with Scikit-Learn and TensorFlow fix for chapter 3 MNIST dataset

In case you’re using the book in the title, here’s the fix for the Chapter 3 MNIST dataset hang

  1. Download by clicking on the view raw dataset from https://github.com/operalib/operalib/blob/master/mnist/mldata/mnist-original.mat
  2. Use …
    Read More
Top