Skip to content

Instantly share code, notes, and snippets.

@blackrez
Created March 18, 2020 20:16
Show Gist options
  • Save blackrez/a5b4475124c382d8cb364f89be231396 to your computer and use it in GitHub Desktop.
Save blackrez/a5b4475124c382d8cb364f89be231396 to your computer and use it in GitHub Desktop.
nabil@jetson-nano:~/go/src/gorgonia.org/gorgonia/examples/convnet_cuda$ time go run -tags='CUDA' main.go -epochs 1 2> /dev/null
Epoch 0 599 / 600 [=============================================] 99.83% 00m01s
real 26m36,597s
user 56m27,960s
sys 2m30,760s
nabil@jetson-nano:~/go/src/gorgonia.org/gorgonia/examples/convnet_cuda$ time go run main.go -epochs 1 2>
/dev/null
Epoch 0 599 / 600 [=============================================] 99.83% 00m01s
real 26m2,410s
user 55m14,600s
sys 2m10,768s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment