SparseBev / main.py
chinmaygarde's picture
Attempt an export to ONNX.
3ea6165 unverified
Raw
History Blame Contribute Delete
87 Bytes
def main():
print("Hello from sparsebev!")
if __name__ == "__main__":
main()