You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to train the model,but
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'
trining done!
The text was updated successfully, but these errors were encountered:
I want to train the model,but
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'
trining done!
The text was updated successfully, but these errors were encountered: