← 返回 openai 的题目列表ML Debugging
类型:online_judge
You are given a short implementation of a ML transformer model (using Python and PyTorch). Your task is to find and fix all bugs in order for the model to work successfully. This tests your knowledge of ML architectures and algorithms, your ability to trace bugs back to their source, and your attention to detail.
Example
Input
<original buggy model implementation>