-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathparams.yml
More file actions
50 lines (44 loc) · 1.01 KB
/
params.yml
File metadata and controls
50 lines (44 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
#represents the task such as classification, segmentation etc
Task:
value: 0
epochs: 1
#location of the test images
TestInput:
dataset: required
batch_size: 4
testdir:
annotations: []
images: sample/sampleImages/smallCF
testNames: []
taskParams: taskParams.yml
#official keras model or link to a model compiled in keras
Model:
kerasmodel: vgg16
customObjects:
module: []
class: []
functions: []
#one of the keras layer names
SplitLayer:
split: block1_pool
#transmission parameters
Transmission:
rowsperpacket: 8 #packetization parameter
quantization:
numberOfBits: 8
include: False
channel: #type of channel
RandomLossChannel:
lossProbability: 0
include: False
GilbertChannel: #change to include if no channel is selected
lossProbability: 0.3
burstLength: 5
include: False
concealment: #type of error concealment
Linear:
include: False
nearestNeighbours:
include: False
OutputDir:
simDataDir: '../simData/0Loss'