Jerry.Shi
Jerry.Shi
ValueError: Variable output/W_project already exists, disallowed. Did you mean to set reuse=True in VarScope? Originally defined at: with tf.name_scope("output"): W= tf.Variable( "W", shape=[num_filters_total, self.config.num_classes], initializer=tf.contrib.layers.xavier_initializer()) b = tf.Variable(tf.constant(0.1, shape=[self.config.num_classes]), name="b")...
MemoryError when train the model, I want to know how large the memory does the model need if I train the model, thx
version: 2.1.0 platform: spark-on-angel Error1: There were no **opt.load** and **opt.save** function Error2: java.io.NotSerializableException: com.tencent.angel.ml.feature.LabeledData Serialization stack: - object not serializable (class: com.tencent.angel.ml.feature.LabeledData, value: com.tencent.angel.ml.feature.LabeledData@3a82bbce) at org.apache.spark.serializer.SerializationDebugger$.improveException(SerializationDebugger.scala:40) at org.apache.spark.serializer.JavaSerializationStream.writeObject(JavaSerializer.scala:46) at...
Does this course contains nlp with tensorflow?
[范例](https://www.paddlepaddle.org.cn/tutorials/projectdetail/4002682#anchor-27)提到用Flask部署服务进行inference,但git repo中并没有Falsk相应的文件,请问这块有参考吗?
When I use run the web_demo.py it raise the error bellow, but when I run with cli_demo.py it works well. Is there something wrong with my configuration。 Query:why musk set...