How can I use dropout layer on sparse tensor?

Just like the sparse_dropout in tensorflow.
When I try to use the dropout tensor on sparse tensor, it may tell me that I can’t do that.
My torch vision is 1.0.0

Thank you very much!

1 Like