import os
import sys
module_path="C:/Users/Windows/Desktop/"
import Vgg16
and get back the following:
ImportError Traceback (most recent call last)
in ()
3 import sys
4 module_path=“C:/Users/Windows/Desktop/”
----> 5 import Vgg16
ImportError: No module named Vgg16
I’ve tried “import Vgg16.py” but same problem. I can’t seem to get this working . . .
I realise this may not be worthy of this group’s consideration (I’m pretty amazed at the coding qualifications in the room and I just don’t stack up).
Hi @jeremy, thanks. I am working on the AWS set-up shown in the video. However I am stuck at the step of bacsh setup_t2.sh. I downloaded this .sh file from this GitHub page since the www.platform.ai/files/ page is not working anymore.
The error meassge is like this:
setup_t2.sh: line 7: syntax error near unexpected token newline' setup_t2.sh: line 7:'`
Below is the screen shot that shows the error I got - I tried to chmod of the .sh but it still does not work. Your help are highly appreciated!
Then I open up Jupyter Notebooks and go into Lesson1ipynb and all works fine. But when i get to importing the utils and vgg16, I get the same error above.
@matthewmat - Can you pls show some screenshots of the code, and also the folder structure? I assume you have all the files - utils.py, vgg16.py in the same folder as lesson1.ipynb file.
The ‘wget’ was importing the files in html format. To fix, I created a blank utils.py file, and then copied and pasted the code from the git repository. After this it worked