Reusing part of pre-trained model

when execute script file ‘skip_fintune.py’,popup “TypeError:reset_class() got an unexpected keyword argument ‘reuse_weights’”

and I look at the source code does not have this parameter, please help me

my gluoncv==0.3.0

You have to switch to the latest version of GluonCV: https://github.com/dmlc/gluon-cv/blob/c8c1a558950f9224886a67011c0d9be775aa29b8/gluoncv/model_zoo/faster_rcnn/faster_rcnn.py#L181
The function reset_class has been updated a few weeks ago.