"src/vscode:/vscode.git/clone" did not exist on "12da0fe10da8cbcd149c0fc10b5bf31ba199fcf2"
Return Flax scheduler state (#601)
* Optionally return state in from_config. Useful for Flax schedulers. * has_state is now a property, make check more strict. I don't check the class is `SchedulerMixin` to prevent circular dependencies. It should be enough that the class name starts with "Flax" the object declares it "has_state" and the "create_state" exists too. * Use state in pipeline from_pretrained. * Make style
Showing
Please register or sign in to comment