Wenqi Li
Wenqi Li
/black
/black
/black
> > Hi @jakubMitura14 , > > I started the workflows, please sign-off the git commits. > > Thanks. > > Thanks @Nic-Ma ! I am signing commits now (I...
there are some test errors, any idea? ```py ====================================================================== ERROR: test_value_12 (tests.test_hausdorff_distance_morphologic.TestHausdorffDistanceMorphological) ---------------------------------------------------------------------- Traceback (most recent call last): File "/opt/conda/lib/python3.8/site-packages/parameterized/parameterized.py", line 533, in standalone_func add_video needs package moviepy return func(*(a...
these commands would give more detailed error messages in colab GPU runtime: https://colab.research.google.com/drive/1szt-G4srXSRyJKpVuKiKhKYH9Mkbk5dO#scrollTo=q1YHjwlQqHi1 in case it's useful for debugging
Thanks for bringing this up. I think @charliebudd's solution https://github.com/charliebudd/torch-extension-builder is nice, perhaps we should experiment with it and leverage the project? cc @ericspod @rijobro @Nic-Ma. But I think in...
Sure, we can discuss this at the dev meeting. To test the feasibility of the precompiling I adapted the tool for monai. The pipeline is working fine now for linux...
> From the looks of it the debug information is being left in. Adding the [-g0 flag](https://github.com/charliebudd/torch-content-area/blob/0ac529dba89d299154d609e27761903b1834167b/setup.py#L10-L13) to the c++ compiler in setup.py will strip this. The wheels for my...
I tried flags such as `"cxx", ["-g0", "-Wl,-s", "-Os"]`, the wheel file size is still 126M, mainly within the package there are: ``` -rw-r--r--@ 89M _C.so.pt110cu102 -rw-r--r--@ 78M _C.so.pt110cu113 -rw-r--r--@...