I was able run my note book successfully while training . But when I am uploading my notebook for evalution I am getting import errors whie submission . I am not sure what was going on with evaluation enviroment
Please update your topic with an expanded screenshot of the grader feedback.
At this point in time, the grader uses tensorflow version 2.7.0 for scoring your submission. So, check if the import is valid in that version.
If imports are valid and you’re not:
- Using global variables instead of function parameters.
- Using hardcoded values unless required
- Redefining values before using them.
Click my name and message your notebook as an attachment.