Xiadalei

Results 5 comments of Xiadalei

> I don't find the same shape `Conv2d` op with the model graph you provide. Could you also check the model and send the repro conversion code? Sorry for the...

> > > I don't find the same shape `Conv2d` op with the model graph you provide. Could you also check the model and send the repro conversion code? >...

That's what confuses me most, why return `Maybe` when you should convert it to `Single`?

@digitalbuddha What if what the ```fetch``` result is empty from very beginning? What we normally would do is ```get``` and the ```get``` would ```fetch``` when it gets nothing (that's Maybe.empty())...

Hi @nok, Thanks for the response. What I want to say is that sometimes we need the probability to be exported as well for different platforms indepentantly. so what python...