Paweł Potrykus

Results 35 comments of Paweł Potrykus

Thanks, when manually creating a panel, the graph is displayed as expected. I stumbled upon the issue reported initially, when using automatically generated panels.

I accidentaly archived the originally linked experiment but made it available again, so you can take a look here: https://www.comet.ml/potipot/test/507d9da87eb94b6b90496b65a28e7ab4?experiment-tab=chart&showOutliers=true&smoothing=0&transformY=smoothing&viewId=BDKFHHURRKKieMGP0i5MJDVzQ&xAxis=epoch

it seems like the error is coming from pytorch-lightning 1.7.0 the version we install ``` Requirement already satisfied: pytorch-lightning>=1.4.5 in /opt/hostedtoolcache/Python/3.7.13/x64/lib/python3.7/site-packages (from icevision==0.12.0) (1.7.1) ``` argument deprecated since 1.7.0: https://pytorch-lightning.readthedocs.io/en/stable/generated/CHANGELOG.html#removed

I see that the tests didnt pass, but looking at them, shouldn't this edit distance be 3?: ``` def test_lookup_compound(self): edit_distance_max = 2 prefix_length = 7 sym_spell = SymSpell(edit_distance_max, prefix_length)...

Hi @mikel-brostrom, it's been a while since I worked on this. I just checked and it should be working. Do you mind giving it a try? you can install this...

@titarch would you be able to share some more information on how you created such timeline view? It would be super useful for my use case where attribute changes over...

@bparsy-odin Thank you for the provided details. They will be very helpful

Any idea why the tests are not passing? Maybe we could collaboratively sort this out, I noticed it's been quite a while since they passed even on master.

@AlexandreBrown do you remember what was the go-to approach in icevision? Does the author merge his PR or is it the reviewers responsibility?