Al
Al
I'm having this issue in TF 1.14 Even when manually adding the hook to the training function it just vanishes. Some TPU magic doing away with it? ``` import tensorflow_estimator.python.estimator.tpu.tpu_estimator...
This implementation of CapsNet (If not every other as well) is quite heavy in terms of memory overhead for weights/optimizer gradients. You're supplying a 128 x 3872 x 196 x16...
I encountered this issue while running CFGEmulated's over Windows binaries en masse, which raised a terminating at Exception all instances of ws2_32's `inet_ntoa` with the same error/Traceback as the OP...
The issue as I understand it is that [`angr.calling_conventions.refine_locs_with_struct_type`](https://github.com/angr/angr/blob/b740392fce6f889c74993cb2618729b17dee2d77/angr/calling_conventions.py#L161) has no handler for SimUnion types, most likely as they are hard to characterize as they exist as a placeholder which...
Fixed for me against the above provided example and independently on other WS2_32 based windows binaries of mine
I'm a bit past capacity right this second to properly review, commit and PR this but my workaround for pushing non-aligned strings which would otherwise introduce NULL byte into the...
I propose an addition to the following function: https://github.com/vstinner/python-ptrace/blob/a715d0f9bef4060022bfb6d25e25e148b2bd5f54/ptrace/debugger/ptrace_signal.py#L85-L95 With the following opcode check: ``` # RET instruction (e.g. "RET" with an invalid return address at the stack pointer) match...