Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- D:\work\DeepLearningWorkspace\Scripts\python.exe D:/work/DeepLearningWorkspace/Workspace/scratch.py
- 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
- 2019-02-24 19:09:20.850991: I tensorflow/stream_executor/platform/default/dso_loader.cc:161] successfully opened CUDA library nvcuda.dll locally
- 2019-02-24 19:09:21.095424: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1464] Found device 0 with properties:
- name: GeForce GTX 1080 Ti major: 6 minor: 1 memoryClockRate(GHz): 1.683
- pciBusID: 0000:01:00.0
- totalMemory: 11.00GiB freeMemory: 9.11GiB
- 2019-02-24 19:09:21.107224: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1543] Adding visible gpu devices: 0
- 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:
- 2019-02-24 19:09:28.511975: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1021] 0
- 2019-02-24 19:09:28.512065: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1034] 0: N
- 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)
- Traceback (most recent call last):
- Epoch 1/5
- File "D:/work/DeepLearningWorkspace/Workspace/scratch.py", line 35, in <module>
- model.fit(dataset, steps_per_epoch=N_SAMPLES/BATCH_SIZE, epochs=EPOCHS)
- File "D:\work\DeepLearningWorkspace\lib\site-packages\tensorflow\python\keras\engine\training.py", line 775, in fit
- initial_epoch=initial_epoch)
- File "D:\work\DeepLearningWorkspace\lib\site-packages\tensorflow\python\keras\engine\training.py", line 1493, in fit_generator
- steps_name='steps_per_epoch')
- File "D:\work\DeepLearningWorkspace\lib\site-packages\tensorflow\python\keras\engine\training_generator.py", line 246, in model_iteration
- batch_outs = batch_function(*batch_data)
- File "D:\work\DeepLearningWorkspace\lib\site-packages\tensorflow\python\keras\engine\training.py", line 1216, in train_on_batch
- extract_tensors_from_dataset=True)
- File "D:\work\DeepLearningWorkspace\lib\site-packages\tensorflow\python\keras\engine\training.py", line 2571, in _standardize_user_data
- exception_prefix='input')
- File "D:\work\DeepLearningWorkspace\lib\site-packages\tensorflow\python\keras\engine\training_utils.py", line 356, in standardize_input_data
- ' but got array with shape ' + str(data_shape))
- 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