swd

Results 6 comments of swd

@miyosuda Thanks for your response! I think this "libandroid_tensorflow_kernels.lo" is included, because I didn't change the settings here: https://github.com/miyosuda/TensorFlowAndroidMNIST/blob/master/jni-build/jni/Android.mk#L28 Is this what you mean for "link the "libandroid_tensorflow_kernels.lo" "? Thanks...

@miyosuda Thanks a lot! I understand the structure now! And I solve the problem by adding the inverse op. It actually is included in tensorflow R0.9. However, I met another...

> > Can you please open source your code of FAVOR? > > The core part of codes is missing(RL agent) and the results couldn't be reproduced. > > May...

Hello @escorciav , I 'm curious about how you prepare your training data. In the network, the structure is pre-defined (the output dimension is always K for giving K proposals)....

Thanks for the comment, it fixed my saving issue! Btw, why would they add this piece of codes at the very beginning? Any idea what is it for?

Maybe you can check if the LoRA weight you loaded is 0. Have encountered this problem once.