You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add_eps_before_sqrt in BatchNormParameter, MVNParameter and NormalizeParameter
140
143
caffe_yolo in TransformationParameter
141
144
jitter in ResizeParameter
142
145
exposure_lower, exposure_upper in DistortionParameter
143
146
side and random in DataParameter
147
+
144
148
yolov2.py (customized Python layer, implementation of darknet_reorg)
145
149
darknet.py
146
150
147
-
ICNet (PSPNet) related
148
-
---------------------
151
+
152
+
## ICNet (PSPNet) related
149
153
adaptive_bias_channel_layer
150
154
bias_channel_layer
151
155
cudnn_bn_layer
@@ -160,19 +164,21 @@ seg_accuracy_layer
160
164
spatial_product_layer
161
165
unique_label_layer
162
166
bn_layer (slope_filler, bias_filler, momentum and icnet in BNParameter)
167
+
163
168
update_global_stats and icnet in BatchNormParameter
164
169
scale_factors, crop_width and crop_height in TransformationParameter
165
170
166
-
SRGAN related
167
-
-------------
171
+
172
+
## SRGAN related
168
173
gan_loss_layer
174
+
169
175
gan_solver in SolverParameter
170
176
pixelshuffler in ReshapeParameter
171
177
dis_mode and gen_mode in ConvolutionParameter, InnerProductParameter and ScaleParameter
172
178
weight_fixed in ConvolutionParameter and InnerProductParameter
173
179
174
-
FlowNet2 related
175
-
----------------
180
+
181
+
## FlowNet2 related
176
182
accum_layer
177
183
augmentation_layer
178
184
black_augmentation_layer
@@ -193,8 +199,8 @@ lpq_loss_layer
193
199
mean_layer
194
200
resample_layer
195
201
196
-
SSD related
197
-
-----------
202
+
203
+
## SSD related
198
204
annotated_data_layer
199
205
detection_evaluate_layer
200
206
detection_output_layer
@@ -205,20 +211,22 @@ prior_box_layer
205
211
smooth_L1_loss_layer
206
212
video_data_layer
207
213
208
-
Faster RCNN related
209
-
-------------------
214
+
215
+
## Faster RCNN related
210
216
proposal_layer
211
217
roi_pooling_layer
212
218
smooth_L1_loss_layer (sigma and abssum in SmoothL1LossParameter)
219
+
213
220
scale_train in DropoutParameter
214
221
215
-
SegNet related
216
-
--------------
222
+
223
+
## SegNet related
217
224
bn_layer
218
225
dense_image_data_layer
219
226
upsample_layer
227
+
220
228
sample_weights_test in DropoutParameter
221
229
weight_by_label_freqs in LossParameter
222
230
223
231
224
-
For more details, please refer to [caffe.proto](https://github.com/foss-for-synopsys-dwc-arc-processors/synopsys-caffe/blob/master/src/caffe/proto/caffe.proto) and the corresponding source code.
232
+
> For more details, please refer to [caffe.proto](https://github.com/foss-for-synopsys-dwc-arc-processors/synopsys-caffe/blob/master/src/caffe/proto/caffe.proto) and the corresponding source code.
0 commit comments