mxnet-face icon indicating copy to clipboard operation
mxnet-face copied to clipboard

AttributeError: 'module' object has no attribute 'MoonOutput'

Open camel007 opened this issue 8 years ago • 4 comments

I have cloned the 'face' branch, but still get this error?

INFO:root:Namespace(batch_size=384, data_dir='./', gpus='0', kv_store='local', list_dir='/data/celeba_dababase/moon_mxnet/im2rec/', lr=0.05, model_load_epoch=0, model_load_prefix='../model/lightened_moon/lightened_moon', model_save_prefix='../model/lightened_moon/lightened_moon_fuse', num_examples=159923, retrain=False) Traceback (most recent call last): File "lightened_moon.py", line 147, in main() File "lightened_moon.py", line 74, in main symbol = lightened_moon(num_classes=40, use_fuse=True) File "lightened_moon.py", line 69, in lightened_moon moon = mx.symbol.MoonOutput(data=fc2, src_dist_path='./src_dict.txt', name='Moon') AttributeError: 'module' object has no attribute 'MoonOutput'

camel007 avatar Oct 30 '16 12:10 camel007

Same error

xingdi1990 avatar Dec 20 '17 18:12 xingdi1990

same error :(

wiwatarm avatar Feb 15 '18 09:02 wiwatarm

same error,who can help me?thanks

shuizhilinxin avatar Apr 18 '18 13:04 shuizhilinxin

https://github.com/tornadomeet/mxnet-face/issues/53

Ndron avatar Apr 23 '20 15:04 Ndron