Description
Fix the issue caused by concurrent initialization by checking if the model has already been initialized. If so, skip the initialization step. Otherwise, perform a copy operation first and then initialize the model to avoid concurrent initialization problems.