We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Also please look into this wrong recognition.
The text was updated successfully, but these errors were encountered:
@MiteshiOS how you manage to run the project?
Sorry, something went wrong.
@Premal-Khetani Means ? You are not able to run project ?
@MiteshiOS yes, you solved this error, right ?
@MiteshiOS this is how I made the warning disappear.
Change this -
result = zip(real, target).map{(-$0 * (1 - $0) * ($1 - $0))}
to this -
let zipped = zip(real, target) result = zipped.map{(-$0 * (1 - $0) * ($1 - $0))}
No branches or pull requests
Also please look into this wrong recognition.
The text was updated successfully, but these errors were encountered: