IDENTIFIED BY 'ohC3teiv';
10 EOF
11 mysql -u root <
12 CREATE DATABASE keystone;
13 GRANT ALL PRIVILEGES ON keystone.* TO 'keystonedbadmin'@'%'
14 IDENTIFIED BY 'Ue0Ud7ra';
15 EOF
16 mysql -u root <
13%
02.06.2020
.keras.Sequential([
05 tf.keras.layers.Dense(64, activation=tf.nn.relu, input_shape=[len(train_dataset.keys())]),
06 tf.keras.layers.Dense(64, activation=tf.nn.relu),
07 tf.keras.layers.Dense(1)
08 ])
09
10
13%
21.11.2012
(unew(i,j)-u(i,j)) )
141 ENDDO
142 ENDDO
143
144 IF(MOD(iter,10)==0) WRITE(*,"('iter,diff:',i6,e12.4)") iter,diff
145
146 ! Update solution
147 DO j=2,m-1
148 DO i=2,m-1
149 u(i,j) = unew