Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Advanced Learning Algorithms - C2_W1_Assignment issue #1

Open
johnfelipe opened this issue Jun 19, 2022 · 9 comments
Open

Advanced Learning Algorithms - C2_W1_Assignment issue #1

johnfelipe opened this issue Jun 19, 2022 · 9 comments

Comments

@johnfelipe
Copy link

# UNIT TESTS
from public_tests import * 

test_c1(model)

with this log

---------------------------------------------------------------------------
AssertionError                            Traceback (most recent call last)
<ipython-input-9-c43f6ee12586> in <module>
      2 from public_tests import *
      3 
----> 4 test_c1(model)

~/work/public_tests.py in test_c1(target)
      7 def test_c1(target):
      8     assert len(target.layers) == 3, \
----> 9         f"Wrong number of layers. Expected 3 but got {len(target.layers)}"
     10     assert target.input.shape.as_list() == [None, 400], \
     11         f"Wrong input shape. Expected [None,  400] but got {target.input.shape.as_list()}"

AssertionError: Wrong number of layers. Expected 3 but got 0
@johnfelipe johnfelipe changed the title C2_W1_Assignment issue Advanced Learning Algorithms - C2_W1_Assignment issue Jun 19, 2022
@kaieye
Copy link
Owner

kaieye commented Jun 19, 2022

Sorry that I am not familiar with Tensorflow. I think that you can click the Hint below the cell first, which helps a lot.
If you agree, give me your code of function can help me get deeper insight into your problem

@johnfelipe
Copy link
Author

Advanced Learning Algorithms/week1/9.Practice Lab Neural networks/C2_W1_Assignment.ipynb

SNAG-1306

is stop in step 9, how solve?

@kaieye
Copy link
Owner

kaieye commented Jun 20, 2022

fill the code in the function of model

@johnfelipe
Copy link
Author

can u upload file with all complete?

@kaieye
Copy link
Owner

kaieye commented Jun 20, 2022

I haven't done yet, but I think you can find the answer in the "Click for hints"

@johnfelipe
Copy link
Author

i will wait, pls ping me when you done

@kaieye
Copy link
Owner

kaieye commented Jun 20, 2022

deal, within seven days

@kaieye
Copy link
Owner

kaieye commented Jun 24, 2022

image
image
image
check

@usernameuiui
Copy link

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants