Hoda Fakharzadehjahromy
Hoda Fakharzadehjahromy
Hello, I am trying to run the cell LSTM for weather prediction in time series: notebook 10 inputs = keras.Input(shape=(sequence_length, raw_data.shape[-1])) x = layers.LSTM(16)(inputs) outputs = layers.Dense(1)(x) model = keras.Model(inputs,...
Hello, I am trying to resume training for celeb dataset from your check point, I changed the _inpainting_celebahq.json_ like the instructions. ``` "path": { //set every part file path "base_dir":...
Hello, Did you used the whole cifar10 or celeba dataset for the training or the predefined split for test and train?