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
Traceback (most recent call last):
File "main.py", line 116, in
main(args)
File "main.py", line 57, in main
parse_net(args.layers, args.cfg, args.weights, args.training)
File "main.py", line 28, in parse_net
layer_name = layer['name']
TypeError: string indices must be integers
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "main.py", line 116, in
main(args)
File "main.py", line 57, in main
parse_net(args.layers, args.cfg, args.weights, args.training)
File "main.py", line 28, in parse_net
layer_name = layer['name']
TypeError: string indices must be integers
The text was updated successfully, but these errors were encountered: