Ivan Prosperi

Results 9 issues of Ivan Prosperi

Now the data directories in skvideo/measure and skvideo/datasets are included in the installed package also when: * installing from Github: ``` pip install git+ ``` * installing from local after...

I have a problem with instance normalization, the model outputs diverge substantially when using the tensorrt model with float16 precision. Versions: * Python: 3.9 * Pytorch: 1.10 * CUDA: 11.5...

The batch norm converter does not handle the case of track_running_stats=False. It could be updated with the code from the instance norm converter, that handles that case well.

## Bug Description There is an error when using the [official quantization notebook](https://github.com/pytorch/TensorRT/blob/master/notebooks/vgg-qat.ipynb) in this repository, with the official Nvidia docker image for Pytorch, version 22.05. ## To Reproduce Steps...

bug
component: quantization

## Describe the Bug The command line arguments passed to the python script are sometimes not correctly logged as `run_arg_`, but are just logged as hyperparameters. In my tests, adding...

bug
sdk

As per the title, the last build (2.14) is missing AppImage support. See the relevant release page: https://github.com/IENT/YUView/releases/tag/v2.14. I am flagging this as a bug because I believe the absence...

bug

## Is your feature request related to a problem? Please describe. Now that `copy_to_tmp` is ignored and always set to true (see #504 and #505 for example), our workstation hard...

bug

This issue is a development of #176. The actual pinned Astro version is old and causes a security vulnerability: https://github.com/advisories/GHSA-67mh-4wv8-2f99 Can you please bump the dependency to the latest Astro?...

Hi, I am trying to wrap my head around the SRT parameters for streaming at high bitrates, `maxbw`, `rcvbuf`, `fc` and so forth. I read the most referenced issues, as...