Problem with the assigment

assigment: Programming Tasks: Chest X-ray Medical Diagnosis with Deep Learning

Hello @sebbasstian,

The grader output is in a different language which I don’t understand, can you translate here what it states?

Cell #6. Can’t compile the student’s code. Error: UnboundLocalError(“local variable ‘learner_func_answer’ referenced before assignment”,)

thats the code

This error means, you are using a functional call code before it has been recalled with right code call.

For example, you are told to write a function call of an entity called Z or some name such as trim for substraction equation and you used the function call in the code line for subtraction equation, it will throw the UnboundLocalError.

Z or trim to calculate the substraction equation.