提交 a06173ee 编写于 作者: Q Qiao Longfei

clean code

上级 71c2ad41
...@@ -127,7 +127,6 @@ void CTRReader::ReadThread(const std::vector<std::string>& file_list, ...@@ -127,7 +127,6 @@ void CTRReader::ReadThread(const std::vector<std::string>& file_list,
int batch_size, int batch_size,
std::shared_ptr<LoDTensorBlockingQueue> queue) { std::shared_ptr<LoDTensorBlockingQueue> queue) {
std::string line; std::string line;
std::vector<framework::LoDTensor> read_data;
std::vector<std::unordered_map<std::string, std::vector<int64_t>>> batch_data; std::vector<std::unordered_map<std::string, std::vector<int64_t>>> batch_data;
std::vector<int64_t> batch_label; std::vector<int64_t> batch_label;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册