geneGATer.pl.compute_saliency# geneGATer.pl.compute_saliency(model, data)# Compute the saliency map of the model. Parameters model – The model from learn_model function. data – The data from learn_model function. Returns -saliency (ndarray) The saliency map.