Skip to content

Commit 8819681

Browse files
authored
remove extra space
1 parent 61adbf8 commit 8819681

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/gettingstarted.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ MNIST Dataset
8585
variables and access it based on the minibatch index, given a fixed
8686
and known batch size. The reason behind shared variables is
8787
related to using the GPU. There is a large overhead when copying data
88-
into the GPU memory. If you would copy data on request ( each minibatch
88+
into the GPU memory. If you would copy data on request (each minibatch
8989
individually when needed) as the code will do if you do not use shared
9090
variables, due to this overhead, the GPU code will not be much faster
9191
then the CPU code (maybe even slower). If you have your data in

0 commit comments

Comments
 (0)