eyadgaran / SimpleML

Machine learning that just works, for effortless production applications
BSD 3-Clause "New" or "Revised" License
17 stars 5 forks source link

Deferred Dependency Loader #69

Open eyadgaran opened 3 years ago

eyadgaran commented 3 years ago

allow persistables to be initialized with a deferred loader dependency. when the dependency is first called, it can execute a lookup and mutate in place

Usage: training with nested configs. dont need to use a persistable creator that knows to block execution until the prior step is finished