|
| 1 | + |
| 2 | +/src/term_log_autoencoder_1.log |
| 3 | + |
| 4 | +2023-09-12 22:07:19.989922: I tensorflow/core/platform/cpu_feature_guard.cc:182] This TensorFlow binary is optimized to use available CPU instructions in performance-critical operations. |
| 5 | +To enable the following instructions: AVX2 FMA, in other operations, rebuild TensorFlow with the appropriate compiler flags. |
| 6 | +2023-09-12 22:07:20.474719: W tensorflow/compiler/tf2tensorrt/utils/py_utils.cc:38] TF-TRT Warning: Could not find TensorRT |
| 7 | +2023-09-12 22:07:21.297792: I tensorflow/compiler/xla/stream_executor/cuda/cuda_gpu_executor.cc:995] successful NUMA node read from SysFS had negative value (-1), but there must be at least one NUMA node, so returning NUMA node zero. See more at https://github.com/torvalds/linux/blob/v6.0/Documentation/ABI/testing/sysfs-bus-pci#L344-L355 |
| 8 | +2023-09-12 22:07:21.316412: I tensorflow/compiler/xla/stream_executor/cuda/cuda_gpu_executor.cc:995] successful NUMA node read from SysFS had negative value (-1), but there must be at least one NUMA node, so returning NUMA node zero. See more at https://github.com/torvalds/linux/blob/v6.0/Documentation/ABI/testing/sysfs-bus-pci#L344-L355 |
| 9 | +2023-09-12 22:07:21.316686: I tensorflow/compiler/xla/stream_executor/cuda/cuda_gpu_executor.cc:995] successful NUMA node read from SysFS had negative value (-1), but there must be at least one NUMA node, so returning NUMA node zero. See more at https://github.com/torvalds/linux/blob/v6.0/Documentation/ABI/testing/sysfs-bus-pci#L344-L355 |
| 10 | +2023-09-12 22:07:21.317386: I tensorflow/compiler/xla/stream_executor/cuda/cuda_gpu_executor.cc:995] successful NUMA node read from SysFS had negative value (-1), but there must be at least one NUMA node, so returning NUMA node zero. See more at https://github.com/torvalds/linux/blob/v6.0/Documentation/ABI/testing/sysfs-bus-pci#L344-L355 |
| 11 | +2023-09-12 22:07:21.317615: I tensorflow/compiler/xla/stream_executor/cuda/cuda_gpu_executor.cc:995] successful NUMA node read from SysFS had negative value (-1), but there must be at least one NUMA node, so returning NUMA node zero. See more at https://github.com/torvalds/linux/blob/v6.0/Documentation/ABI/testing/sysfs-bus-pci#L344-L355 |
| 12 | +2023-09-12 22:07:21.317832: I tensorflow/compiler/xla/stream_executor/cuda/cuda_gpu_executor.cc:995] successful NUMA node read from SysFS had negative value (-1), but there must be at least one NUMA node, so returning NUMA node zero. See more at https://github.com/torvalds/linux/blob/v6.0/Documentation/ABI/testing/sysfs-bus-pci#L344-L355 |
| 13 | +2023-09-12 22:07:21.727511: I tensorflow/compiler/xla/stream_executor/cuda/cuda_gpu_executor.cc:995] successful NUMA node read from SysFS had negative value (-1), but there must be at least one NUMA node, so returning NUMA node zero. See more at https://github.com/torvalds/linux/blob/v6.0/Documentation/ABI/testing/sysfs-bus-pci#L344-L355 |
| 14 | +2023-09-12 22:07:21.727772: I tensorflow/compiler/xla/stream_executor/cuda/cuda_gpu_executor.cc:995] successful NUMA node read from SysFS had negative value (-1), but there must be at least one NUMA node, so returning NUMA node zero. See more at https://github.com/torvalds/linux/blob/v6.0/Documentation/ABI/testing/sysfs-bus-pci#L344-L355 |
| 15 | +2023-09-12 22:07:21.727977: I tensorflow/compiler/xla/stream_executor/cuda/cuda_gpu_executor.cc:995] successful NUMA node read from SysFS had negative value (-1), but there must be at least one NUMA node, so returning NUMA node zero. See more at https://github.com/torvalds/linux/blob/v6.0/Documentation/ABI/testing/sysfs-bus-pci#L344-L355 |
| 16 | +2023-09-12 22:07:21.728168: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1639] Created device /job:localhost/replica:0/task:0/device:GPU:0 with 2237 MB memory: -> device: 0, name: GeForce GTX 1650, pci bus id: 0000:01:00.0, compute capability: 7.5 |
| 17 | +1 Physical GPUs, 1 Logical GPUs |
| 18 | +/home/dhankar/anaconda3/envs/env_tf2/lib/python3.9/site-packages/nvidia/cudnn/__init__.py |
| 19 | +Unique TRAIN DATA Labels and IMAGE Counts: {0: 5923, 1: 6742, 2: 5958, 3: 6131, 4: 5842, 5: 5421, 6: 5918, 7: 6265, 8: 5851, 9: 5949} |
| 20 | +Unique TEST DATA Labels and IMAGE Counts: {0: 980, 1: 1135, 2: 1032, 3: 1010, 4: 982, 5: 892, 6: 958, 7: 1028, 8: 974, 9: 1009} |
| 21 | +Shape--> x_train , y_train--, x_test, y_test---> 60000 60000 10000 10000 |
| 22 | +--- 28 |
| 23 | +--- 28 |
| 24 | +---x_train.shape--- (60000, 28, 28) |
| 25 | +---x_train.shape, x_train_noise.shape---> (60000, 28, 28, 1) (60000, 28, 28, 1) |
| 26 | +Model: "Denoising_autoencoder" |
| 27 | +_________________________________________________________________ |
| 28 | + Layer (type) Output Shape Param # |
| 29 | +================================================================= |
| 30 | + input_1 (InputLayer) [(None, 28, 28, 1)] 0 |
| 31 | + |
| 32 | + conv2d (Conv2D) (None, 28, 28, 32) 320 |
| 33 | + |
| 34 | + batch_normalization (Batch (None, 28, 28, 32) 128 |
| 35 | + Normalization) |
| 36 | + |
| 37 | + max_pooling2d (MaxPooling2 (None, 14, 14, 32) 0 |
| 38 | + D) |
| 39 | + |
| 40 | + conv2d_1 (Conv2D) (None, 14, 14, 32) 9248 |
| 41 | + |
| 42 | + batch_normalization_1 (Bat (None, 14, 14, 32) 128 |
| 43 | + chNormalization) |
| 44 | + |
| 45 | + max_pooling2d_1 (MaxPoolin (None, 7, 7, 32) 0 |
| 46 | + g2D) |
| 47 | + |
| 48 | + conv2d_2 (Conv2D) (None, 7, 7, 32) 9248 |
| 49 | + |
| 50 | + batch_normalization_2 (Bat (None, 7, 7, 32) 128 |
| 51 | + chNormalization) |
| 52 | + |
| 53 | + up_sampling2d (UpSampling2 (None, 14, 14, 32) 0 |
| 54 | + D) |
| 55 | + |
| 56 | + conv2d_3 (Conv2D) (None, 14, 14, 32) 9248 |
| 57 | + |
| 58 | + batch_normalization_3 (Bat (None, 14, 14, 32) 128 |
| 59 | + chNormalization) |
| 60 | + |
| 61 | + up_sampling2d_1 (UpSamplin (None, 28, 28, 32) 0 |
| 62 | + g2D) |
| 63 | + |
| 64 | + conv2d_4 (Conv2D) (None, 28, 28, 1) 289 |
| 65 | + |
| 66 | +================================================================= |
| 67 | +Total params: 28865 (112.75 KB) |
| 68 | +Trainable params: 28609 (111.75 KB) |
| 69 | +Non-trainable params: 256 (1.00 KB) |
| 70 | +_________________________________________________________________ |
| 71 | +None |
| 72 | +===== autoencoder ====== |
| 73 | +--layer.name- input_1 |
| 74 | +--layer.inbound_nodes- [<keras.src.engine.node.Node object at 0x7ff5dc3522e0>] |
| 75 | +--layer.outbound_nodes- [<keras.src.engine.node.Node object at 0x7ff5dc2ccf40>] |
| 76 | +===== autoencoder ====== |
| 77 | +--layer.name- conv2d |
| 78 | +--layer.inbound_nodes- [<keras.src.engine.node.Node object at 0x7ff5dc2ccf40>] |
| 79 | +--layer.outbound_nodes- [<keras.src.engine.node.Node object at 0x7ff5dc2424f0>] |
| 80 | +===== autoencoder ====== |
| 81 | +--layer.name- batch_normalization |
| 82 | +--layer.inbound_nodes- [<keras.src.engine.node.Node object at 0x7ff5dc2424f0>] |
| 83 | +--layer.outbound_nodes- [<keras.src.engine.node.Node object at 0x7ff5dc224bb0>] |
| 84 | +===== autoencoder ====== |
| 85 | +--layer.name- max_pooling2d |
| 86 | +--layer.inbound_nodes- [<keras.src.engine.node.Node object at 0x7ff5dc224bb0>] |
| 87 | +--layer.outbound_nodes- [<keras.src.engine.node.Node object at 0x7ff5dc224b50>] |
| 88 | +===== autoencoder ====== |
| 89 | +--layer.name- conv2d_1 |
| 90 | +--layer.inbound_nodes- [<keras.src.engine.node.Node object at 0x7ff5dc224b50>] |
| 91 | +--layer.outbound_nodes- [<keras.src.engine.node.Node object at 0x7ff5dc1e1580>] |
| 92 | +===== autoencoder ====== |
| 93 | +--layer.name- batch_normalization_1 |
| 94 | +--layer.inbound_nodes- [<keras.src.engine.node.Node object at 0x7ff5dc1e1580>] |
| 95 | +--layer.outbound_nodes- [<keras.src.engine.node.Node object at 0x7ff5dc1f31c0>] |
| 96 | +===== autoencoder ====== |
| 97 | +--layer.name- max_pooling2d_1 |
| 98 | +--layer.inbound_nodes- [<keras.src.engine.node.Node object at 0x7ff5dc1f31c0>] |
| 99 | +--layer.outbound_nodes- [<keras.src.engine.node.Node object at 0x7ff5dc1eea90>] |
| 100 | +===== autoencoder ====== |
| 101 | +--layer.name- conv2d_2 |
| 102 | +--layer.inbound_nodes- [<keras.src.engine.node.Node object at 0x7ff5dc1eea90>] |
| 103 | +--layer.outbound_nodes- [<keras.src.engine.node.Node object at 0x7ff5dc17d400>] |
| 104 | +===== autoencoder ====== |
| 105 | +--layer.name- batch_normalization_2 |
| 106 | +--layer.inbound_nodes- [<keras.src.engine.node.Node object at 0x7ff5dc17d400>] |
| 107 | +--layer.outbound_nodes- [<keras.src.engine.node.Node object at 0x7ff5dc17d640>] |
| 108 | +===== autoencoder ====== |
| 109 | +--layer.name- up_sampling2d |
| 110 | +--layer.inbound_nodes- [<keras.src.engine.node.Node object at 0x7ff5dc17d640>] |
| 111 | +--layer.outbound_nodes- [<keras.src.engine.node.Node object at 0x7ff5dc1ee1f0>] |
| 112 | +===== autoencoder ====== |
| 113 | +--layer.name- conv2d_3 |
| 114 | +--layer.inbound_nodes- [<keras.src.engine.node.Node object at 0x7ff5dc1ee1f0>] |
| 115 | +--layer.outbound_nodes- [<keras.src.engine.node.Node object at 0x7ff5dc224490>] |
| 116 | +===== autoencoder ====== |
| 117 | +--layer.name- batch_normalization_3 |
| 118 | +--layer.inbound_nodes- [<keras.src.engine.node.Node object at 0x7ff5dc224490>] |
| 119 | +--layer.outbound_nodes- [<keras.src.engine.node.Node object at 0x7ff5dc188fa0>] |
| 120 | +===== autoencoder ====== |
| 121 | +--layer.name- up_sampling2d_1 |
| 122 | +--layer.inbound_nodes- [<keras.src.engine.node.Node object at 0x7ff5dc188fa0>] |
| 123 | +--layer.outbound_nodes- [<keras.src.engine.node.Node object at 0x7ff5dc188d30>] |
| 124 | +===== autoencoder ====== |
| 125 | +--layer.name- conv2d_4 |
| 126 | +--layer.inbound_nodes- [<keras.src.engine.node.Node object at 0x7ff5dc188d30>] |
| 127 | +--layer.outbound_nodes- [] |
| 128 | +Epoch 1/5 |
| 129 | +2023-09-12 22:07:25.789057: I tensorflow/compiler/xla/stream_executor/cuda/cuda_dnn.cc:432] Loaded cuDNN version 8600 |
| 130 | +2023-09-12 22:07:26.147469: E tensorflow/compiler/xla/stream_executor/gpu/asm_compiler.cc:114] *** WARNING *** You are using ptxas 11.0.194, which is older than 11.1. ptxas before 11.1 is known to miscompile XLA code, leading to incorrect results or invalid-address errors. |
| 131 | + |
| 132 | +2023-09-12 22:07:26.445899: I tensorflow/compiler/xla/service/service.cc:168] XLA service 0x7ff404fc9670 initialized for platform CUDA (this does not guarantee that XLA will be used). Devices: |
| 133 | +2023-09-12 22:07:26.445928: I tensorflow/compiler/xla/service/service.cc:176] StreamExecutor device (0): GeForce GTX 1650, Compute Capability 7.5 |
| 134 | +2023-09-12 22:07:26.449108: I tensorflow/compiler/mlir/tensorflow/utils/dump_mlir_util.cc:255] disabling MLIR crash reproducer, set env var `MLIR_CRASH_REPRODUCER_DIRECTORY` to enable. |
| 135 | +2023-09-12 22:07:26.492713: E tensorflow/compiler/xla/stream_executor/gpu/asm_compiler.cc:114] *** WARNING *** You are using ptxas 11.0.194, which is older than 11.1. ptxas before 11.1 is known to miscompile XLA code, leading to incorrect results or invalid-address errors. |
| 136 | + |
| 137 | +2023-09-12 22:07:26.524036: F tensorflow/compiler/xla/service/gpu/nvptx_compiler.cc:492] ptxas returned an error during compilation of ptx to sass: 'INTERNAL: ptxas exited with non-zero error code 65280, output: ptxas /tmp/tempfile-dhankar-1-74bb1998-9107-6052c0edf8252, line 5; fatal : Unsupported .version 7.1; current version is '7.0' |
| 138 | +ptxas fatal : Ptx assembly aborted due to errors |
| 139 | +' If the error message indicates that a file could not be written, please verify that sufficient filesystem space is provided. |
0 commit comments