uberduck-ai / uberduck-ml-dev

ML models for Uberduck
Apache License 2.0
377 stars 61 forks source link

Double tf inference method #106

Closed sjkoelle closed 1 year ago

sjkoelle commented 1 year ago

This includes an inference method with parameterized stopping and starting of teacher forcing. Really, this subsumes the existing partial_tf, inference, and forward methods, and so we should eventually replace those with this single method.