Hi,
I am able to pass the assert statement but failed 2 tests on the test case for mini-batches
Can you please share the detailed error message?
Thanks
Hi,
I am able to pass the assert statement but failed 2 tests on the test case for mini-batches
Can you please share the detailed error message?
Thanks
Never mind, found the error. I was hard coding the mini_batch_size to 64 in the function.
It’s great that you solved this under your own power. Congrats!
For future reference, there are no more detailed error messages in a case like this, but you can examine the test code to figure out how it works and what it is looking for. Click “File → Open” and have a look around. The name of the file is usually public_tests.py, but you can check the import cell at the beginning of the notebook to see the files that are being imported.