Paul Hager

Results 5 issues of Paul Hager

In the _validate function, you try to iterate through the elements of ValDataLoaderIter with a simple for loop: https://github.com/davidtvs/pytorch-lr-finder/blob/acc5e7ee7711a460bf3e1cc5c5f05575ba1e1b4b/torch_lr_finder/lr_finder.py#L427 This throws a 'ValueError: too many values to unpack' because it...

Hi plotly team! I'm trying to implement a plotly viewer for .nii files, analagously to the tutorial that already exists for mri volume slices (https://plot.ly/python/visualizing-mri-volume-slices/), but can't seem to get...

I managed to get your wrapper to work on my macbook and it does exactly what I need, but I used the .whl file you provide to setup my syntaxnet/tensorflow...

There are many dead links on the website that currently make it very hard to use. Probably the most egregious one is a 404 when attempting to access the api...

Hi Tensorstore team, Thanks for the great library, I've found it very useful so far. I recently came across an issue when using tensorstore with multiple workers and a pytorch...