运行时出现各种问题、这是怎么回事啊!根本运行不了。
File "trainer.py", line 405, in
main(parse_args())
File "trainer.py", line 286, in main
collect_params(params, model_cls.get_parameters())
File "trainer.py", line 138, in collect_params
collected.add_hparam(k, getattr(all_params, str(k)))
AttributeError: 'HParams' object has no attribute '('rnn_cell', 'LegacyGRUCell')'
运行时出现各种问题、这是怎么回事啊!根本运行不了。
File "trainer.py", line 405, in
main(parse_args())
File "trainer.py", line 286, in main
collect_params(params, model_cls.get_parameters())
File "trainer.py", line 138, in collect_params
collected.add_hparam(k, getattr(all_params, str(k)))
AttributeError: 'HParams' object has no attribute '('rnn_cell', 'LegacyGRUCell')'