Riccardo Miccini

Results 9 issues of Riccardo Miccini

Hello there, I'm trying to obtain a depth map using the orthographic camera. I took [this example code](https://pyrender.readthedocs.io/en/latest/examples/quickstart.html#minimal-example-for-offscreen-rendering) and replaced `PerspectiveCamera(yfov=np.pi / 3.0, aspectRatio=1.0)` with `OrthographicCamera(xmag=0.2,ymag=0.2)`. This is what I...

### System Info ```Shell Accelerate 0.10.0 Ubuntu 20.04.4 LTS Python 3.9.12 Numpy 1.19.5 Pytorch 1.10.0 Hydra 1.2.0 Accelerate configs: compute_environment: LOCAL_MACHINE deepspeed_config: {} distributed_type: MULTI_GPU fsdp_config: {} machine_rank: 0 main_process_ip:...

bug

As per title, sudo is required by the demo scripts and it's not installed by default on the container. This can be easily fixed with `apt-get update && apt-get -y...

I would like to run a Linux-based container image (currently tried `openvino_cgvh_data_dev_2021.4.2`) from a Windows host and would like to run inference on GPU. I tried passing `--device /dev/dri` which...

There seem to be no functionality for loading an HRTF set and saving it into a different file (for example, after having edited its content). Would you recommend a way...

Badges may show the wrong status, since GitHub caches all images whose HTTP header doesn't explicitly state not to. Please refer to [this](https://github.com/github/markup/issues/224#issuecomment-48532178) issue for more details on how to...

**Is your feature request related to a problem? Please describe.** I'm implementing a quantization scheme that performs some manipulation of a layer's weights using a separate module and that module...

Hi :) As per title, I have a model containing a couple of custom layers, implemented by inheriting from nn.Module. However, they do not appear as nested blocks in my...

### Willingness to contribute Yes. I can contribute this feature independently. ### Proposal Summary Instead of logging all the stats for all the GPUs in the host, allow GPUMonitor (either...

enhancement
area/tracking