In [ ]:
# Add all necessary imports here
import matplotlib.pyplot as plt
import numpy
import tensorflow as tf
%matplotlib inline
plt.style.reload_library()
plt.style.use("ggplot")
In [ ]:
<section>
<h3 style="text-transform: none;">GPU computation paradigm</h3>
<img src="/home/protoss/TESI/thesis/img/cap3/gpu1.png" width=1000 />
<img src="/home/protoss/TESI/Immagini/cap3/gpu2.jpg" width=600 />
</section>
In [ ]: