tensorflow_template_application
tensorflow_template_application copied to clipboard
TensorFlow template application for deep learning
Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.0.0 to 3.16.1. Release notes Sourced from protobuf-java's releases. Protocol Buffers v3.16.1 Java Improve performance characteristics of UnknownFieldSet parsing (#9371) Protocol Buffers v3.16.0 C++ Fix compiler warnings...
Hello! I've found a performance issue in your project: `batch()` should be called before `map()`, which could make your program more efficient. Here is [the tensorflow document](https://tensorflow.google.cn/guide/data_performance?hl=zh_cn#vectorized_mapping) to support it....
Hello,I found a performance issue in the definition of `main` , tobegit3hub/tensorflow_template_application/blob/master/sparse_classifier.py, [train_dataset.map](https://github.com/tobegit3hub/tensorflow_template_application/blob/a2be179bf5e2624cdc3c0ed3cf8b5f7eff87777d/sparse_classifier.py#L181) was called without **num_parallel_calls**. I think it will increase the efficiency of your program if you add...
when I follow the golang_predict_client, it show this issue [  ](url)
# Issue Type [x] Bug (Typo) # Steps to Replicate and Expected Behaviour - Examine cpp_predict_client/README.md search for direcotry however expect to see directory. - Examine README.md search for contirbutions...
I construct it using BoolVal : []bool{fasle}, with shape dim size = 1, but it has errors like behind: `The second input must be a scalar, but it has shape...
When I run "./predict_client.py ... ..." or "cloudml models predict ... ..." It appear error: grpc.framework.interfaces.face.face.ExpirationError: ExpirationError(code=StatusCode.DEADLINE_EXCEEDED, details="Deadline Exceeded")
你好,上面的链接,我没有找到online_train实例的代码。可否提供tensorflow的online_train的思路,谢谢
run ./predict_client.py Error: No module named tensorflow_serving.apis
I tried to the CNN using command given in README.md ./dense_classifier.py --train_file ./data/lung/fa7a21165ae152b13def786e6afc3edf.dcm.csv.tfrecords --validate_file ./data/lung/fa7a21165ae152b13def786e6afc3edf.dcm.csv.tfrecords --feature_size 262144 --label_size 2 --batch_size 2 --validate_batch_size 2 --epoch_number -1 --model cnn I get the...