Guest User

Untitled

a guest
Dec 13th, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. $ python model.py
  2. Traceback (most recent call last):
  3. File "model.py", line 118, in <module>
  4. generator.build()
  5. File "/sequential/sequential.py", line 83, in build
  6. self.from_json(json)
  7. File "/sequential/sequential.py", line 109, in from_json
  8. self.from_dict(dict_array)
  9. File "/sequential/sequential.py", line 116, in from_dict
  10. link = self.layer_to_chainer_link(layer)
  11. File "/sequential/sequential.py", line 76, in layer_to_chainer_link
  12. return layer.to_link()
  13. File "/sequential/layers.py", line 157, in to_link
  14. return chainer.links.Linear(**args)
  15. TypeError: __init__() got an unexpected keyword argument 'bias'
Add Comment
Please, Sign In to add comment