Gilad

Results 6 issues of Gilad

Hi, I use pdbpp for a long time, and really like it. Thank you for the effort! I see that the master has some feature I would really like to...

I hope this falls under the scope of this repo - Is there any a way type-hint `__array_namespace__`? Is it even possible to do so, and it needs to be...

topic: Static Typing

Hi, The `TorchModuleWrapper` class directly calls to the torch module `.forward` of the wrapped torch module, I do not know if this is intentional, but calling the `forward` and not...

Fix #608: This commit fixes the extracted file permissions when using .extract/.extract_files in addition to when using the unpack cli command. The fix is by overriding the _extract_member method of...

In issue #514, the command line for `wheel unpack` was fixed to preserve executable bit for files. https://github.com/pypa/wheel/blob/0a4f40ecf967757b43e2cdfd4b3c52b16d15614a/src/wheel/cli/unpack.py#L24 But this issue still exists when extracting files programmatically. For example: ```python...

Hi, and thanks to all keras-team :) The `get_config` of `TorchModuleWrapper` uses `BytesIO` and `torch.save` to create a byte array: https://github.com/keras-team/keras/blob/1137074a9a1c237473f2fe57ab277c697892c6f1/keras/utils/torch_utils.py#L140 In the serialization lib, `bytes` object are then decoded...

type:Bug
backend:torch