Aziz
Aziz
When i use img_size = 512 i have error `ValueError: Cannot feed value of shape (1, 512, 512, 3) for Tensor 'X:0', which has shape '(?, 256, 256, 3)' `...
Hi! How to achieve load policyUrl? CLIENT ``` this.client.init(*************, 3004,null, function():void{ client.addEventListener(ClientEvent.IO_ERROR,onError); client.addEventListener(ClientEvent.SECURITY_ERROR,onError); client.addEventListener(ClientEvent.MESSAGE,onMessage); Log("Connected "); dispatchEvent(new Event(Event.CONNECT)); }); ``` SERVER DEMON ON NODEJS ``` var net = require('net'); console.log("Secur...
Hashrate
Hello @p4u tell me please, how i can get hashrate of worker? i know, i can call `echo '{ "query":"getshares" }' | nc 127.0.0.1 4444` but it return only shares,...