dmitry-kopitkov

Results 5 comments of dmitry-kopitkov

Up. I've experienced similar problems with connection socket. I'm connecting to plugin from Matlab and on some occasions plugin stops responding and the only way to deal with it is...

try to add number to your command: 0:vset /camera/0/location 0 200 0

No problem. Also check if the response have the same number id. In my code I sometimes see that response have id and content of some old request.

Device info: ![device_info](https://cloud.githubusercontent.com/assets/759647/2601591/5f4a7fe2-bb12-11e3-8d78-218c2c74301a.png)

The issue with 'internal_input_shapes' can be solved by downgrading Keras to 2.0.0. Batch normalization with mode = 1 still does not work. Bigan example uses such mode so the simplest...