Open marcoippolito opened 5 years ago
Hello, Do you solve this problem?
Help! Do you solve this problem? Thanks
just comment these parts, it have never been used
Please check out the files under models/architectures/
, these are the open sourced model architectures. As you can see, only 3 architectures are shared here. In each of the script, there are several similar versions of the same architecture. For example, in resnet_caffe_DLAS.py
, there are resnetDLAS_A
, resnetDLAS_B
, resnetDLAS_C
.
You can also open models/init_model.py to check out how many possible models are included. But bear in mind that only some of these models are shared, thus you can igore 'from .mobilenetv2b import MobileNetV2'.
In Ubuntu 18.04.02 Server Edition, I downloaded all the pre-trained models in data folder:
But when executing train.sh :
How to solve the problem?
Marco