sicara / tf-explain

Interpretability Methods for tf.keras models with Tensorflow 2.x
https://tf-explain.readthedocs.io
MIT License
1.02k stars 112 forks source link

5D input for video data #169

Closed farhantandia closed 3 years ago

farhantandia commented 3 years ago

how to implement it if i have 3d model with input shape(batch_size,sequence_length,height,width,channel) ? is it possible to run on video data? thank you.