Santiago Carullo
Results
2
comments of
Santiago Carullo
I'm facing similar issue, in my case the structure is: ``` async function deployContract(param) { // deployment code } async function deployContractA() { return await deployContract("A"); } async function deployContractB()...
@emigomez I'm pretty sure this is due to the shape of the network, I used: input_channel = 1 output_channel = 256 hidden_size = 256 And it gets past the error,...