tensorflow / tensor2tensor

Library of deep learning models and datasets designed to make deep learning more accessible and accelerate ML research.
Apache License 2.0
15.59k stars 3.51k forks source link

t2t train in eager mode #1252

Open xu-song opened 6 years ago

xu-song commented 6 years ago

Description

I try to implement eager execution for t2t_train. However I get nothing from model.variables.

Any help?

full implementation

ak-7 commented 5 years ago

Were you able to figure this out?