Fixed "out_indices" and "out_features" in config

#1

These fields were previously being stored incorrectly as "_out_features" and "_out_indices" with the underscore prefix. This was an error, and they should be stored without the prefix as "out_indices" and "out_features" for proper loading as a backbone model.

czczup changed pull request status to merged

Sign up or log in to comment