Gabriel Tseng
Gabriel Tseng
Hi! The error you get is from the embedding layer. Neither embedding layers or RNNs are supported by the PyTorch Deep Explainer right now. Unfortunately, because of the error you...
Hi @srn284, I think it would be very tricky to implement this for the embedding layer - PyTorch doesn't allow gradients to be calculated for Long Tensors, which is the...
> Has there been any progress on this? We're running into this trying to interpret a transformer based model built in pytorch (we're using it for something akin to sentiment,...
In addition, would it be possible to share the actual values (for all metrics, in addition to IoU for the wildfire scar class) used to make the plots in Table...
Apologies for the delay @imatiach-msft ! This looks good to me, but I agree that the threshold seems high. It's a functionally small change so I've approved it, but I've...
Hi @hongwei18 , Instructions for running the pipeline are in section 3 of the [readme](https://github.com/gabrieltseng/solar-panel-segmentation/blob/master/README.md).