Yijie Xu

Results 18 comments of Yijie Xu

> I resolved it by using this modified class: > https://github.com/COSE471/COSE471_android/blob/master/app/src/main/java/com/example/android/alarmapp/tflite/TensorFlowImageClassifier.java Could you elaborate your solution? Stuck on the same problem, and i don't see what exactly we are replacing...

> Hello, I am finally able to successfully train Pointnet++ in Google colab: > > I referred to #142 commands shared by sheshap > > Here is my tf_sampling_compile.sh content:...

Problem solved, was due to data type

@Susiehub how did you manage the custom operator comparison step? Did you do it on your local machine and then add the operators to your repo for colab?

Thanks to @nieszkodzi and @tavildar for the excellent solutions. I've been trying to implement imgaug to work with Keras's ImageDataGenerator (and have found the thread where this is discussed), but...

Hi ebillerey, what kind of results are you observing? I'm seeing lots of blur around the eyes especially without a GAN component

I made a workaround using skvideo, but I still cannot get Monitor to work.

still doing some pytorch revision, ill take a look as soon as im done :)

Quick question. I've noticed that you're example notebook goes through a molecular optimization, but does not return an output fingerprint example for inspection. Would we call get_fingerprint at the very...

Yeah, I agree with the argparse comment. It's important to allow for user customization. Did you base your work on the original Google TF repo, or from scratch. In any...