Sagi Polaczek

Results 24 comments of Sagi Polaczek

> That's a good idea to add and should be an easy change. If you have interest in opening a PR for it I can review quickly, otherwise I'll tag...

I'm attaching the relevant source in the documentation [here](https://docs.python.org/3/whatsnew/3.10.html#removed) for further use. Also I think we won't be able to support python 3.10 until all of our dependencies will..

@mosheraboh I think I'll add this issue to the stack of my tasks. (ISIC is last runs + now finishing DDP). What is your opinion? btw: Just changed two lines...

Update: I ran `python ./run_all_unit_tests.py` locally (lsf 3 machine) and got the following: ``` ====================================================================== ERROR [601.848s]: test_runner (fuse_examples.tests.test_classification_cmmd.ClassificationMGCmmdTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "/examples/fuse_examples/tests/test_classification_cmmd.py", line 93, in...

Currently paused the PR due internal [PyTorch-Lightning issue](https://github.com/Lightning-AI/lightning/issues/4450). Note that the MNIST DDP runner runs OK without our custom sampler.

References: [PL](https://github.com/Lightning-AI/lightning) [shields](https://github.com/badges/shields) [Badges4README](https://github.com/alexandresanlim/Badges4-README.md-Profile) [repo-badges](https://github.com/dwyl/repo-badges)

Python version badge: #183

I added a draft for visualizing 3D images. Firstly I tried [this one](https://matplotlib.org/stable/gallery/event_handling/image_slices_viewer.html), but it didn't work that good thus I quickly switched to viewing slices in the following way:...

> Hey thanks for the mention @mosheraboh :). Ive had some good (albeit basic) experience with the ipyvolume package: https://www.youtube.com/watch?v=hOKa8klJPyo > > Have you guys considered it for this issue?...