Ask a question to get started
Enter to send•Shift+Enter new line
Decorator to run a function before model initialization.
pre_init( func: Callable, ) -> Any
func
Callable
The function to run before model initialization.