File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
com.ibm.wala.cast.python.test/data Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- """ Convolutional Neural Network.
1+ """Convolutional Neural Network.
22
33Build and train a convolutional neural network with TensorFlow.
44This example is using the MNIST database of handwritten digits
Original file line number Diff line number Diff line change 11# https://raw.githubusercontent.com/aymericdamien/TensorFlow-Examples/dd2e6dcd9603d5de008d8c766453162d0204affa/examples/3_NeuralNetworks/convolutional_network.py
2- """ Convolutional Neural Network.
2+ """Convolutional Neural Network.
33
44Build and train a convolutional neural network with TensorFlow.
55This example is using the MNIST database of handwritten digits
Original file line number Diff line number Diff line change 2626 <project-version >0.0.1-SNAPSHOT</project-version >
2727 <maven .compiler.source>17</maven .compiler.source>
2828 <maven .compiler.target>17</maven .compiler.target>
29- <maven .compiler.version>3.13 .0</maven .compiler.version>
29+ <maven .compiler.version>3.14 .0</maven .compiler.version>
3030 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
3131 <build-alias >b000</build-alias >
3232 <wala .version>1.6.0</wala .version>
33- <spotless .version>2.43.0 </spotless .version>
33+ <spotless .version>2.44.3 </spotless .version>
3434 <maven .surefire.version>3.5.2</maven .surefire.version>
3535 <parallel >both</parallel >
3636 <logging .config.file>${maven.multiModuleProjectDirectory} /logging.properties</logging .config.file>
Original file line number Diff line number Diff line change 1- black == 24.10 .0
1+ black == 25.1 .0
You can’t perform that action at this time.
0 commit comments