Delete network_sbs_L0.json

This commit is contained in:
David Rotermund 2023-01-15 03:01:49 +01:00 committed by GitHub
parent 138580f1f3
commit 82c8754d71
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,39 +0,0 @@
{
"network_structure": {
"number_of_output_neurons": 10,
"layer_type": [
"SbS",
"SbS"
],
"strides": [
[
1,
1
],
[
1,
1
]
],
"forward_neuron_numbers": [
[
1,
32
],
[
32,
10
]
],
"forward_kernel_size": [
[
5,
5
],
[
20,
20
]
]
}
}