lbann icon indicating copy to clipboard operation
lbann copied to clipboard

Remove deprecated Python scripts for ONNX conversion and plotting

Open timmoon10 opened this issue 3 years ago • 2 comments

The ONNX conversion scripts are very old and broken. We have had a user run into problems when trying to use them, so I think it would be safer to remove them entirely. I've also removed some one-off plotting scripts. This also allows us to remove some of our Python dependencies. We now only depend on Protobuf and NumPy (and NumPy isn't strictly required since it's only used in the sub-graph-parallel implementation of Transformers).

timmoon10 avatar Nov 09 '21 19:11 timmoon10

As of 12/1, this is ready to merge.

timmoon10 avatar Dec 18 '21 01:12 timmoon10

As of 3/7, this is ready to merge.

timmoon10 avatar Mar 08 '22 03:03 timmoon10