-
Notifications
You must be signed in to change notification settings - Fork 398
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
Fix bugs on file integration and some code errors #9
base: master
Are you sure you want to change the base?
Conversation
@ngoc199 can you run this repo successfully? |
After I change some code, it ran successfully.
Before that, I can't run the code because of syntax errors.
…On Mon, Jul 13, 2020, 7:00 PM Yong ***@***.***> wrote:
@ngoc199 <https://github.com/ngoc199> can you run this repo successfully?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#9 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AMWGLOZAVN2C6C5E7P3BZGDR3LZNFANCNFSM4OCUP67A>
.
|
@rohitrango and @ngoc199
|
I am unable to run the repo successfully I keep getting this error ValueError: operands could not be broadcast together with shapes (3456,5184,3) (2242,3992,3) |
I'm getting
How did you manage to get past that? |
|
I have created the "images" folder for the main file to access.
And I also change "xrange" to "range", "map" to "list(map())" to make the code run