nmn2
nmn2 copied to clipboard
raise AttributeError('Layer %s has no keyword argument %s=%s' % (param_type, k, v))
Hi,I meet an error,,,,
2017-07-21 12:17:32,576 DEBUG [root] prepared indices
2017-07-21 12:55:22,728 DEBUG [root] computed image feature normalizers
2017-07-21 12:55:22,789 DEBUG [root] using cvpr chooser
2017-07-21 12:57:36,539 INFO [root] TRAIN2014, VAL2014:
2017-07-21 12:57:36,540 INFO [root] 369861 items
2017-07-21 12:57:36,540 INFO [root] 2002 answers
2017-07-21 12:57:36,541 INFO [root] 877 predicates
2017-07-21 12:57:36,541 INFO [root] 3591 words
2017-07-21 12:57:36,541 INFO [root]
2017-07-21 12:57:56,250 INFO [root] TEST-DEV2015:
2017-07-21 12:57:56,250 INFO [root] 60864 items
2017-07-21 12:57:56,250 INFO [root] 2002 answers
2017-07-21 12:57:56,251 INFO [root] 877 predicates
2017-07-21 12:57:56,251 INFO [root] 3591 words
2017-07-21 12:57:56,251 INFO [root]
2017-07-21 12:59:02,813 INFO [root] TEST2015:
2017-07-21 12:59:02,813 INFO [root] 244302 items
2017-07-21 12:59:02,814 INFO [root] 2002 answers
2017-07-21 12:59:02,814 INFO [root] 877 predicates
2017-07-21 12:59:02,814 INFO [root] 3591 words
2017-07-21 12:59:02,814 INFO [root]
Traceback (most recent call last):
File "main.py", line 255, in
@jacobandreas
Are you using my ApolloCaffe fork? Haven't seen this error before. In any case this codebase is kind of out-of-date---you're better off using https://github.com/ronghanghu/n2nmn.
I use your apollocaffe fork , thanks for your advice