mahyarnajibi/SNIPER

name 'resnet_mx_50_e2e' is not defined

aimhabo opened this issue · 1 comments

Initializing the model...
Traceback (most recent call last):
File "main_train.py", line 90, in
sym_inst = eval('{}.{}'.format(config.symbol, config.symbol))(n_proposals=500, momentum=args.momentum)
File "", line 1, in
NameError: name 'resnet_mx_50_e2e' is not defined
configs/faster/default_configs.py:171: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
exp_config = edict(yaml.load(f))
Extracting proposals on train2014 for negative chip mining...
./SNIPER/configs/faster/default_configs.py:171: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
exp_config = edict(yaml.load(f))
loading annotations into memory...
Done (t=2.66s)
creating index...
index created!

Current version is seem like not fit with resnet-50, would you like to provide one?

done with adding 'import resnet_mx_50_e2e' to ./symbols/faster/init.py