bvbellomo
bvbellomo
Using Keras 2.9.0
import tensorflow as tf import numpy as np from keras.models import Functional from keras.layers import Dense, Conv1D, GlobalAveragePooling1D, Input, BatchNormalization training_samples = 128 validation_samples = 32 sample_size = 64 sample_vals...
_Output as written_ Windows PowerShell Copyright (C) Microsoft Corporation. All rights reserved. Try the new cross-platform PowerShell https://aka.ms/pscore6 PS E:\repos\class\Dissertation\Python> & C:/Users/brad/AppData/Local/Programs/Python/Python310/python.exe e:/repos/class/Dissertation/Python/bug.py 2022-08-06 10:41:38.353386: I tensorflow/core/platform/cpu_feature_guard.cc:193] This TensorFlow binary...
_Output with line 25 commented out_ Windows PowerShell Copyright (C) Microsoft Corporation. All rights reserved. Try the new cross-platform PowerShell https://aka.ms/pscore6 PS E:\repos\class\Dissertation\Python> & C:/Users/brad/AppData/Local/Programs/Python/Python310/python.exe e:/repos/class/Dissertation/Python/bug.py 2022-08-06 10:44:14.228354: I tensorflow/core/platform/cpu_feature_guard.cc:193]...
This has the same problem, 'My Input Data' does not show in the model summary, nor does the first batch normalization.
Normalization of input is something most people want to do. It can be done manually, but why not give people a convenient way to do it? If you do decide...
"Remove and Sort Usings" puts "System" first. Codemaid -> Sort Lines sorts correctly. Probably a VS bug.