alibaba / alibaba/x-deeplearning

支持增量导出有问题

Open
#303 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
PureBasic
Stars
4.3k
Forks
1k
PR merge metrics
No merged PRs in 30d

Description

/tmp/x-deeplearning/xdl/ps-plus/ps-plus/main/main.cc:117] ERROR ON Server Init: ErrorCode [3]: StreamingModelManager [hdfs] Not found

我看里面的代码
virtual Status WriteDenseModel(const std::vector& val, const std::string& stream_version) = 0;
virtual Status WriteSparseModel(const std::vector& val, const std::string& stream_version, const int& server_id) = 0;
virtual Status WriteHashModel(const std::vector& val, const std::string& stream_version, const int& server_id) = 0;
这三个函数都没有实现哦。是纯虚的。是不是缺少文件。。

Contributor guide

No contributing guide indexed for this repository

Research direction

Start at main/main.cc:117 and trace the Server Init failure for StreamingModelManager [hdfs] Not found. Then inspect the WriteDenseModel, WriteSparseModel, and WriteHashModel pure virtual declarations to determine where their implementations are expected. Done means identifying and resolving the missing incremental-export path, with a reproducible initialization check.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp
Domain
distributed-systems
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.