Advertisement
Guest User

Untitled

a guest
Nov 29th, 2015
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. [petr@hellmut Rice (master)]$ THEANO_FLAGS=mode=FAST_RUN,device=gpu,floatX=float32 python3 main.py
  2. Using gpu device 0: GeForce GTS 450 (CNMeM is disabled)
  3. INFO @2015-11-29 16:49:35,420: Loading the training patterns
  4. INFO @2015-11-29 16:49:35,869: Loaded 50000 training patterns
  5. INFO @2015-11-29 16:49:35,869: Loading the test patterns
  6. INFO @2015-11-29 16:49:35,893: Loaded 10000 testing patterns
  7. INFO @2015-11-29 16:49:35,893: Creating Theano input and target variables
  8. INFO @2015-11-29 16:49:35,893: Building the network
  9. INFO @2015-11-29 16:49:35,901: Creating the loss expression
  10. INFO @2015-11-29 16:49:36,025: Creating the update expression
  11. INFO @2015-11-29 16:49:36,068: Creating the test-loss expression
  12. INFO @2015-11-29 16:49:36,074: Creating the test accuracy expression
  13. INFO @2015-11-29 16:49:36,075: Compiling the train function (Theano)
  14. INFO @2015-11-29 16:51:41,603: Compiling the validation function (Theano)
  15. INFO @2015-11-29 16:51:56,563: Starting the training loop
  16. INFO @2015-11-29 16:51:56,563: Epoch #0
  17. INFO @2015-11-29 16:51:56,563: Passing over the training data
  18. INFO @2015-11-29 16:51:56,570: Batch 0 in epoch #0
  19. Error allocating 50176000 bytes of device memory (out of memory). Driver report 46776320 bytes free and 536018944 bytes total
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement