Changed grader to use the new grading system

This commit is contained in:
Andy Wu
2021-07-14 18:39:55 +08:00
parent a6b0678c06
commit 3c04c2c2cf
9 changed files with 50 additions and 37 deletions

View File

@@ -193,7 +193,9 @@ class Grader(SubmissionBase):
'Sigmoid Gradient',
'Neural Network Gradient (Backpropagation)',
'Regularized Gradient']
super().__init__('neural-network-learning', part_names)
part_names_key = ['aAiP2', '8ajiz', 'rXsEO', 'TvZch', 'pfIYT']
assignment_key = 'xolSVXukR72JH37bfzo0pg'
super().__init__('neural-network-learning', assignment_key, part_names, part_names_key)
def __iter__(self):
for part_id in range(1, 6):