JingTao Chen

Results 33 comments of JingTao Chen

请问现在有了吗,我想如果有可能的话写个Python的SDK

I tried to hack code to save a net, when I call `net.getLayer(0).getWeights()`, no matter I train the net or not, I got ``` Traceback (most recent call last): File...

When I try to call a RandomTranslation Layer's getOutputCubeSize(), Python crashed immediately, this function defined in Layer Class as base, and try.....except cannot catch this error @hughperkins

The main problem I met is how.can I get the layer's info and reuse it, should I analyze the output of asstring()? Sounds .... uh....complicated meanwhile, I had not found...

the crash code is something like the net created in test_deepcl_numpy.py, after created a net call `net.getLayer(1).getOutputCubeSize()`. Do you need my code to test? Otherwise, what I want to find...

Alright I will try it later , thanks a lot

actually I don't know how does this net works, any suggestion about what should I know when I rebuild a net? I am setting a new mobile for my mom...

Yeah, I know that......I plan to write a class to handle that, thank you for your tips about it