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
TensorLayer has two types of models.
Static model allows you to build model in a fluent way while dynamic model allows you to fully control the forward process.
Please read this DOCS before you start.