Hello Eracah,
Sorry to bother you again.
I am running the code with the TF-Keras version. It occurs Key Error in the config when I use the iclr_supervised detection model. Then I check the configuration files according to the TraceBack, it seems there is no "num_filter_list" attribute. I think it is the number of filters in each layer of the model, but I can't figure out what is the correct number.
Here is the TraceBack:
Traceback (most recent call last):
"dotpy_src/models/base/iclr_supervised.py", line 22, in <module>
encoder_num_filters_list = configs["num_filter_list"]
KeyError: 'num_filter_list'
Looking forward to your reply. Thanks!
@eracah
Hello Eracah,
Sorry to bother you again.
I am running the code with the TF-Keras version. It occurs Key Error in the config when I use the iclr_supervised detection model. Then I check the configuration files according to the TraceBack, it seems there is no
"num_filter_list"attribute. I think it is the number of filters in each layer of the model, but I can't figure out what is the correct number.Here is the TraceBack:
Traceback (most recent call last):"dotpy_src/models/base/iclr_supervised.py", line 22, in <module>encoder_num_filters_list = configs["num_filter_list"]KeyError: 'num_filter_list'Looking forward to your reply. Thanks!
@eracah