Robert Jan Schlimbach

Results 13 issues of Robert Jan Schlimbach

https://github.com/omry/omegaconf/blob/32e82d3d5ff2eebb7c55b1ba36ec084723f9f685/omegaconf/dictconfig.py#L320-L324 What is the reason for explicitly hiding information about the dictconfig while debugging?

# Summary By default, building oneDNN graph from source means also building oneDNN (original) from source, through `build_oneDNN.cmake`. Both `graph` and `original` contain a `cmake/utils.cmake`, which share a significant overlap...

sighting

# Problem Working with the `multiresolutionimageinterface` python code is currently cumbersome, because no PyPI build of ASAP exists. This means ASAP doesn't integrate well with most python environment managers (pip/conda/venv/etc),...

I was playing around with a debug model with some convolutions, but got the input shapes of some intermediate layer wrong (in my case a Conv after a Linear, i.e....

Observations: - Using fused optim (e.g. Adam) + `ipex.optimize(..., level='01', dtype=torch.bfloat16)` **no error** - non fused optimizer (e.g. AdamW) + `ipex optimize(..., level='01', dtype=torch.float32)` + `AMP bf16` **no error** -...

Fixes #4072, and #3996 partially. This is my first PR for easybuild-framework, help is appreciated :)

change

### TL;DR: - `tweak.py` obtains a EasyConfig's version parameter from `fetch_parameters_from_easyconfig`, but this doesn't work. - Advice: replace with a call to `process_easyconfig` - `tweak.py` compares EasyConfig's version parameter with...

The trace view is one of my most important tools for profiling pytorch programs, but for the last few days I cannot manage to get it to display anything: ![image](https://github.com/pytorch/kineto/assets/5969044/ce874dfd-0efd-470f-a922-50d7e04113d9)...

bug
plugin

Source: `2021-11-01/12-14-29/0/lightning_logs/version_8317429 ` ![ 2021-11-01/12-14-29/0/lightning_logs/version_8317429 ](https://user-images.githubusercontent.com/5969044/139838966-05ada298-c546-4b64-9258-0c78ba00f689.png)

Problem: - pl.seed_everything only seeds numpy.random, the new numpy.default_rng() is not seeded. - This leads to un-seeded crops, which are not desirable from a reproducibility perspective Solution: - Use pytorch.random