question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

The following no-backprop numpy functions should be wrapped so that they can accept tensors or numpy arrays (or both). These should all still return numpy arrays.

mygrad.logic

  • logical_and (via numpy override)
  • logical_or (via numpy override)
  • logical_not (via numpy override)
  • logical_xor (via numpy override)
  • allclose (via numpy override)
  • isclose
  • greater (via numpy override)
  • greater_equal (via numpy override)
  • less (via numpy override)
  • less_equal (via numpy override)
  • equal (via numpy override)
  • not_equal

A wrapper might be useful here so that any tensors passed to the functions simply have their underlying numpy-arrays passed instead.

We ought not expose sophisticated arguments, like out, casting, order, signature, subok, or extobj

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
davidmascharkacommented, Sep 5, 2018

That’s just the bitwise operators. This is still open

0reactions
samaocarpentercommented, Sep 5, 2018

Is this issue still open? I see that David made a pull request, but I don’t know if it addresses this issue or just the bitwise operators.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Logic exercises | HAPPYneuron
Logic exercises by HAPPYneuron: discover more than 50 exercises to train concentration and reasoning. Games, tests, riddles... Train your logic!
Read more >
Routines - PLCdev
Routine tips and tricks for Allen Bradley's RSLogix 5000 programming software. ... To simultaneously display logic in multiple routines, select Window ...
Read more >
Logic Talks Workout Routine and New Projects - YouTube
Logic Talks Workout Routine and New ProjectsSUBSCRIBE: youtube.com/user/ryanseacrestSEE MORE: onairwithryan.comOn Air with Ryan Seacrest on ...
Read more >
Program Structure: How to Layout Routines - Contact and Coil
So in this case, I've grouped my routines into A for housekeeping, C for discrete output control, M for motion axes, P for...
Read more >
Routines - Profound Logic Documentation
To define a routine for when the program starts, go to the Logic tab and click the icon that looks like a 'play'...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found