Results 5 issues of Grzegorz Chlebus

https://github.com/BenWhetton/keras-surgeon/blob/459e8dfcd9606a35299468a5e9c18b27453d3cfb/src/kerassurgeon/identify.py#L63 The following exception is thrown by the above line: `AttributeError: 'numpy.ndarray' object has no attribute 'n'`

Would it be possible to support networks, which have dynamic input shapes (e.g., `Input(shape=(channels, None, None))` for 2D networks)? Currently, an exception is being thrown by this line: https://github.com/BenWhetton/keras-surgeon/blob/459e8dfcd9606a35299468a5e9c18b27453d3cfb/src/kerassurgeon/surgeon.py#L244

#### Describe the bug setup.py:setup doesn't specify required python version via `python_requires` which leads to broken installations using pip with for example Python 3.7. #### Steps/Code to Reproduce Run with...

Type: Bug

The worker currently registers itself with the nameserver using its internal location, which causes problems (i.e., the worker is not accessible from outside) when the worker runs behind a NAT...

#81 This pull requests adds support for running of server and workers behind a NAT router.