Issue with the lab

There is an issue with the lab about importing a library

File “/home/www/app/grading/abstract.py”, line 393, in _grade
context = compiled_code.run(cell_index=cell.index)
File “/home/www/app/grading/submission/compiled_code.py”, line 195, in run
return list(self._code_items.values())[cell_num - 1].run()
File “/home/www/app/grading/submission/compiled_code.py”, line 54, in run
return import_module(self.import_statement, items)
File “/usr/local/lib/python3.7/importlib/init.py”, line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File “”, line 1006, in _gcd_import
File “”, line 983, in _find_and_load
File “”, line 967, in _find_and_load_unlocked
File “”, line 677, in _load_unlocked
File “”, line 728, in exec_module
File “”, line 219, in _call_with_frames_removed
File “/tmp/student_solution_cells/cell_10.py”, line 17, in
test_optimizer(optimizer, ALPHA)
File “/tmp/public_tests.py”, line 30, in test_optimizer
assert type(target) == Adam, f"Wrong optimizer. Expected: {Adam}, got: {target}"
AssertionError: Wrong optimizer. Expected: <class ‘keras.optimizers.optimizer_v2.adam.Adam’>, got: <tensorflow.python.keras.optimizer_v2.adam.Adam object at 0x7efc0f725dd0>

Hi @Alex20,

You are posting this in the wrong forum. You need to post it under the course you are taking while specifying the week as well to get a reply on your problem. The more information you provide, the better.