- Migration to Tensorflow (using Keras API) >2.0 and Pytorch >1.3
- Old API still can be accessed by using older version of the library (0.4.0)
- Added initial Pytorch API with
PytorchReceptiveField
.
- Update Keras and Tensorflow api for multiple feature maps calculation
- Change of api in compute function: removed
output_layer: str
and replaced withoutput_layers: List[str]
, which can accept a list of names for feature maps for which we want to compute receptive fields. - Change in
plot_gradient_at
, added new parameter which control for which feature map gradient is plotted. Same forplot_rf_grid
function. - New functions for plotting:
plot_rf_grids
andplot_gradients_at
. - Improved tensorflow API, now one does have to initialize model with
InteractiveSession, this is handled by the
TFReceptiveField
. - A new API for tensorflow:
TFFeatureMapsReceptiveField
.