Tsing
Tsing
In main_mtl.py, the omega is not updated after initialization, with is different from Algorithm 1 line 11 in [MOCHA](https://arxiv.org/abs/1705.10467) I also print the omega during training, but its value does...
When I track the GPU usage, the used memory stays unchanged wherever I write the code `gpu_tracker.track()`. Here is the output for one .py file: ``` GPU Memory Track |...
There are only evaluations for pass@k in the `utils/evaluation.py` for Code-Optimize, and there is no code efficiency or length function.
Qwen2.5-Coder-instruct-3B only achieves a pass@1 score of 45.12 on HumanEval and 30.20 on MBPP using the well-known benchmark platform [OpenCompass](https://github.com/open-compass/opencompass), which is significantly lower than the reported 84.1 and 73.6...