Advertisement
Guest User

Untitled

a guest
Feb 24th, 2019
596
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.71 KB | None | 0 0
  1. D:\work\DeepLearningWorkspace\Scripts\python.exe D:/work/DeepLearningWorkspace/Workspace/scratch.py
  2. 2019-02-24 19:09:20.736657: I tensorflow/core/platform/cpu_feature_guard.cc:142] Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2
  3. 2019-02-24 19:09:20.850991: I tensorflow/stream_executor/platform/default/dso_loader.cc:161] successfully opened CUDA library nvcuda.dll locally
  4. 2019-02-24 19:09:21.095424: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1464] Found device 0 with properties:
  5. name: GeForce GTX 1080 Ti major: 6 minor: 1 memoryClockRate(GHz): 1.683
  6. pciBusID: 0000:01:00.0
  7. totalMemory: 11.00GiB freeMemory: 9.11GiB
  8. 2019-02-24 19:09:21.107224: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1543] Adding visible gpu devices: 0
  9. 2019-02-24 19:09:28.511828: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1015] Device interconnect StreamExecutor with strength 1 edge matrix:
  10. 2019-02-24 19:09:28.511975: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1021] 0
  11. 2019-02-24 19:09:28.512065: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1034] 0: N
  12. 2019-02-24 19:09:28.546715: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1146] Created TensorFlow device (/job:localhost/replica:0/task:0/device:GPU:0 with 8791 MB memory) -> physical GPU (device: 0, name: GeForce GTX 1080 Ti, pci bus id: 0000:01:00.0, compute capability: 6.1)
  13. Traceback (most recent call last):
  14. Epoch 1/5
  15. File "D:/work/DeepLearningWorkspace/Workspace/scratch.py", line 35, in <module>
  16. model.fit(dataset, steps_per_epoch=N_SAMPLES/BATCH_SIZE, epochs=EPOCHS)
  17. File "D:\work\DeepLearningWorkspace\lib\site-packages\tensorflow\python\keras\engine\training.py", line 775, in fit
  18. initial_epoch=initial_epoch)
  19. File "D:\work\DeepLearningWorkspace\lib\site-packages\tensorflow\python\keras\engine\training.py", line 1493, in fit_generator
  20. steps_name='steps_per_epoch')
  21. File "D:\work\DeepLearningWorkspace\lib\site-packages\tensorflow\python\keras\engine\training_generator.py", line 246, in model_iteration
  22. batch_outs = batch_function(*batch_data)
  23. File "D:\work\DeepLearningWorkspace\lib\site-packages\tensorflow\python\keras\engine\training.py", line 1216, in train_on_batch
  24. extract_tensors_from_dataset=True)
  25. File "D:\work\DeepLearningWorkspace\lib\site-packages\tensorflow\python\keras\engine\training.py", line 2571, in _standardize_user_data
  26. exception_prefix='input')
  27. File "D:\work\DeepLearningWorkspace\lib\site-packages\tensorflow\python\keras\engine\training_utils.py", line 356, in standardize_input_data
  28. ' but got array with shape ' + str(data_shape))
  29. ValueError: Error when checking input: expected dense_input to have shape (10,) but got array with shape (1,)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement