You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, thanks for your great work.
I meet some error in install MinkowskiEngine engine. In the article there are two methods to implement the sparse encoding, could you share the dense masked conv based sparse encoding? then the MinkowskiEngine library will not be used.
The text was updated successfully, but these errors were encountered:
@hengshan123 maybe you can refer to ours where we implement the dense masked conv, without using MinkowskiEngine. Also the framework of SparK is more general as it can be used on any ConvNet without modifying ConvNet's structure like removing (LayerScale) or adding (global response norm) some layers.
Hi, thanks for your great work.
I meet some error in install MinkowskiEngine engine. In the article there are two methods to implement the sparse encoding, could you share the dense masked conv based sparse encoding? then the MinkowskiEngine library will not be used.
The text was updated successfully, but these errors were encountered: