Fix fp_layers deprecation mapping to use ignore_layers instead of ignore
The deprecation warning message stated that users should use 'ignore_layers',
but the code was mapping fp_layers to 'ignore' instead. This fix ensures
consistency between the warning message and the actual behavior.