|  | @@ -53,7 +53,7 @@ It is suitable for beginners who want to find clear and concise examples about T
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  #### 6 - Multi GPU
 | 
	
		
			
				|  |  |  - **Basic Operations on multi-GPU** ([notebook](https://github.com/aymericdamien/TensorFlow-Examples/blob/master/notebooks/6_MultiGPU/multigpu_basics.ipynb)) ([code](https://github.com/aymericdamien/TensorFlow-Examples/blob/master/examples/5_MultiGPU/multigpu_basics.py)). A simple example to introduce multi-GPU in TensorFlow.
 | 
	
		
			
				|  |  | -- **Train a Neural Network on multi-GPU** ([notebook](https://github.com/aymericdamien/TensorFlow-Examples/blob/master/notebooks/6_MultiGPU/multigpu_basics.ipynb)) ([code](https://github.com/aymericdamien/TensorFlow-Examples/blob/master/examples/5_MultiGPU/multigpu_cnn.py)). A clear and simple TensorFlow implementation to train a convolutional neural network on multiple GPUs.
 | 
	
		
			
				|  |  | +- **Train a Neural Network on multi-GPU** ([notebook](https://github.com/aymericdamien/TensorFlow-Examples/blob/master/notebooks/6_MultiGPU/multigpu_cnn.ipynb)) ([code](https://github.com/aymericdamien/TensorFlow-Examples/blob/master/examples/5_MultiGPU/multigpu_cnn.py)). A clear and simple TensorFlow implementation to train a convolutional neural network on multiple GPUs.
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  ## Dataset
 | 
	
		
			
				|  |  |  Some examples require MNIST dataset for training and testing. Don't worry, this dataset will automatically be downloaded when running examples.
 |