hammlab / Crowd-ML

Framework for Crowd-sourced Machine Learning
Apache License 2.0
16 stars 10 forks source link

" trainingInterface.fetch(weightsOp, w)" Is this code working? #34

Open rayjang opened 6 years ago

rayjang commented 6 years ago

trainingInterface.fetch(weightsOp, w); This line of code is working?????? I got error like " Node weightsOp was not provided to run(), so it cannot be read.

Also, I have one more question. where can I get the TensorflowTrainingInterface.java?? I got the file from another project though.. I want to know the right one.