Robert Jan Schlimbach

Results 8 comments of Robert Jan Schlimbach

My expectation would be that `print(DictConfig())` would show the user-level content, not `dir(DictConfig())`. I was asking because I was inspecting my `DictConfig` during debugging to find out what kind of...

As a fast-and-loose comment; I also run into the same issues: e.g. String substitution not being done when comparing versions, resulting in the `TypeError: '

Thanks for your response :) Another one I encountered (just logging for completeness): ```python File "/gpfs/home5/robertsc/2D-VQ-AE-2/.venv/2D-VQ-AE-2-LDjtrq15-py39-cpu/lib/python3.9/site-packages/torch/_ops.py", line 143, in __call__ return self._op(*args, **kwargs or {}) RuntimeError: could not create a...

The pros/cons for the two ways of resolving the version comparison problem (feel free in adding/subtracting pros/cons from both lists, the following is just my opinion) ### `packaging.version.parse`: #### Pros:...

I'm running into this issue when compiling `magma 2.6.2` with `cuda 11.7` and `icx/icpx` compilers

Commenting on behalf of conda/miniconda users: The correct path to the `libz.so.1` you need to change is: `/envs//lib/python./site-packages/pptk/libs/` Or in `/lib/python./site-packages/pptk/libs/` if you're running in conda root. Took me quite...

@nihal-rao yeah you should still rename the already present `libz.so.1` to something else like `libz.so.1.old` as OP states, otherwise the symlinking should obviously not work.

I was able to analyze the trace through https://ui.perfetto.dev/ (with native acceleration) on chrome (didn't work on firefox)