Skip to content

[SWE-Paddle] Add task PaddlePaddle__Paddle_60417 - #1528

Open
Echo-Nie wants to merge 1 commit into
PaddlePaddle:masterfrom
Echo-Nie:60417
Open

[SWE-Paddle] Add task PaddlePaddle__Paddle_60417#1528
Echo-Nie wants to merge 1 commit into
PaddlePaddle:masterfrom
Echo-Nie:60417

Conversation

@Echo-Nie

Copy link
Copy Markdown
Collaborator

关联

说明

新增 SWE-Paddle 任务 PaddlePaddle__Paddle-60417

该任务覆盖分布式 auto-tuner 从历史 CSV 恢复调优进度的场景:已经完成且配置相同的任务直接复用历史结果,不再重复启动训练;未完成的配置继续正常调优。

验证结果

状态 P2P 历史 CSV F2P 配置匹配 F2P launch 恢复 F2P
Base + tests/test.patch PASS FAIL FAIL FAIL
Base + test patch + solution/code.patch PASS PASS PASS PASS

Base P2P

test_existing_search_and_history_flow_is_unchanged
1 passed in 0.04s
[exit code] 0

Base F2P:读取历史 CSV

FAILED test/swe_test/test_auto_tuner_resume.py::test_resume_history_loads_values_and_preserves_a_copy
AttributeError: 'AutoTuner' object has no attribute 'resume_form_history'
1 failed in 0.31s
[exit code] 1

Base F2P:匹配历史配置

FAILED test/swe_test/test_auto_tuner_resume.py::test_resume_lookup_returns_first_matching_configuration
AttributeError: 'AutoTuner' object has no attribute 'get_cfg_from_resume'
1 failed in 0.26s
[exit code] 1

Base F2P:复用任务时不再启动训练

FAILED test/swe_test/test_auto_tuner_resume.py::test_launch_reuses_history_without_starting_training
AssertionError: a resumed task must not start a controller
1 failed in 0.34s
[exit code] 1

Solution 测试

4 passed in 0.05s
[exit code] 0

tests/test.sh

4 passed in 0.06s
[exit code] 0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant