No such layer: block1_conv1
when I change the value of "network" in default.cfg file, I got the following question, how to solve it? It seems like the code works well when the value of "network" is "vgg16" or "vgg19", but when I modify the value of "network" to "densnet121" or "resnet152", the following problem will occur, how to solve it?
Traceback (most recent call last):
File "train_crfnet.py", line 431, in
fragment of default.cfg: [CRF-Net] channels = [0,1,2,5,18] image_height = 360 image_width = 640
dropout_radar = 0.0 dropout_image = 0.2
network = densenet121 network_width = 1.0 pooling = max
anchor_params = small
hey, did you get the solution to this?
@varrella @TUMFTM @fnobis I ran into the same error as mentioned above while changing the "network" to "densnet121" or "resnet152" . Help needed to resolve!