tensorflow_template_application icon indicating copy to clipboard operation
tensorflow_template_application copied to clipboard

TensorFlow template application for deep learning

Results 20 tensorflow_template_application issues
Sort by recently updated
recently updated
newest added

我读入一张图片,datetype:float32, shape:[95,92,1], value 是一个[][][]float32的3维数组 现在,想要调 tensorflow 的grpc, 63 request := &pb.PredictRequest{ 64 ModelSpec: &pb.ModelSpec{ 65 Name: "mnist", 66 SignatureName: "predict_images", 67 Version: &google_protobuf.Int64Value{ 68 Value: int64(1), 69 }, 70 },...

Hi tobe, I want to use the python and java client to get data back from tf serving server on another PC 10.10.10.229. It seems bazel and tensorflow is not...

In DensePredictClient.java project can't find these moduels: import org.tensorflow.framework.DataType; import org.tensorflow.framework.TensorProto; import org.tensorflow.framework.TensorShapeProto; I have involved tensorflow in pom.xml org.tensorflow tensorflow 1.3.0 also can't find these: import tensorflow.serving.Model; import tensorflow.serving.Predict;...

add wide_n_deep_serving_client by TensorFlow-Serving in C++

When is_train, the bn is added. But test, it's ignored. based on the doc in the page, https://github.com/tensorflow/tensorflow/blob/master/tensorflow/contrib/layers/python/layers/layers.py logic should be like the desc below: is_training: Whether or not the...

**distributed/cancer_classifier.py works in only one docker container.** **It works in one container:** ```bash # both in 127.17.0.3 python cancer_classifier.py --ps_hosts=127.17.0.3:8222 --worker_hosts=127.17.0.3:8223 --job_name=ps --task_index=0 python cancer_classifier.py --ps_hosts=127.17.0.3:8222 --worker_hosts=127.17.0.3:8223 --job_name=worker --task_index=0 ```...

when i send post request to /cancer_predict/predict/, occur error like this:`File "/Users/terry/Downloads/deep_recommend_system-master/http_service/cancer_predict/views.py", line 38, in predict feed_dict[v] = np.array(examples[k]) ` i print `examples` value:`{u'features': u'10,10,10,8,6,1,8,9,1;6,2,1,1,1,1,7,1,1'}` and (k, v) value `k:features,...

Bumps [grpc-protobuf](https://github.com/grpc/grpc-java) from 1.0.0 to 1.53.0. Release notes Sourced from grpc-protobuf's releases. v1.53.0 New Features googleapis: Allow user set c2p bootstrap config (#9856) xds: Add contain and stringMatcher in RouteConfiguration...

dependencies

Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.0.0 to 3.16.3. Release notes Sourced from protobuf-java's releases. Protobuf Release v3.16.3 Java Refactoring java full runtime to reuse sub-message builders and prepare to migrate parsing logic...

dependencies