Ryan Avery

Results 209 comments of Ryan Avery

nevermind, there's already a PR up for this: https://github.com/airctic/icevision/pull/1147/files

I've also encountered this error and the installation instructions for the jupyter widget look very out of date (it references Jupyterlab 1 and 2). Is the jupyter widget not maintained...

It's just the name of the package, `sam_serve`. But great tip I will use a wheel file and point to that absolute path in the requirements.txt

@msaroufim thanks so much for outlining this! I'm going to test it out. tbh I'm not sure if I have the skillset to make a VSCode extension but it sounds...

I got to the point of showing output in the debug conosle! ``` XXXXX Initialization time: 0.15012693405151367 trying to open image XXXXX Preprocess time: 0.01322793960571289 ``` However I'm not sure...

I triggered the debug with the handler file open and justMyCode set to false but still get the same result with greyed out breakpoints and no stopping at breakpoints.

I have the extensions installed when I set a breakpoint like so in the tmp/handler.py and then start torchserve and attach a debugger it doesn't get called. ``` def inference(self,...

@agunapal thanks for working on that! The MockContext looks useful and I think I would use this for future projects. I still think it'd be useful to test handlers as...

Hello curious if there is an update on Dask support?

We haven't started anything yet but might be using MetPy to retrieve NexRAD data, filtering for specific variables, convert from polar to geographic coordinates, calculate variables with MetPy, and write...