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

[Relay] [WIP] Add some missing primal gradients for Relay operators. #3443

Closed
wants to merge 8 commits into from

Conversation

altanh
Copy link
Contributor

@altanh altanh commented Jun 27, 2019

WIP on missing gradients from #2562, partially untested and broken. The tests need the patch in #3422 to run properly. Currently, the following new gradients should work:

  • sum
  • softmax
  • negative
  • shape_of

The following are untested, but probably correct:

  • dense (less confident)
  • cast
  • reshape

The following are definitely broken or semi-broken and will probably take some work to fix:

  • max
  • take

@jroesch @gussmith23

@tqchen
Copy link
Member

tqchen commented Jun 27, 2019

cc @sgrechanik-h @derisavi @ZihengJiang please help to review the PR when you have time.

@gussmith23
Copy link
Contributor

Thanks Altan; I'm not even sure I need correct gradients to do the work I'm trying to do, so any gradients at all is a big help!

@MarisaKirisame MarisaKirisame mentioned this pull request Jul 7, 2019
@tqchen
Copy link
Member

tqchen commented Jul 23, 2019

Superceded by #3506

@tqchen tqchen closed this Jul 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants