The Wayback Machine - https://web.archive.org/web/20201113171737/https://github.com/topics/tensor
Skip to content
#

tensor

Here are 282 public repositories matching this topic...

shukob
shukob commented Nov 9, 2020

🐛 Bug

__init__ on SparseAdam iterates over params to check if sparse Tensors are included, but it does not take a possibility that the params is actually a generator for example in a case where we use model.parameters. Therefore it fails the initialization with ValueError: optimizer got an empty parameter list in such cases.

To Reproduce

Steps to reproduce the behavior:

momohatt
momohatt commented Aug 12, 2020

Tests for following standard libraries seem to be missing. Although some libraries might be difficult to test (such as random.egi or io.egi), it'd be nice to have some tests that make sure all the functions in these libraries can be (at least) executed without dynamic errors.

  • lib/core/io.egi
  • lib/core/random.egi
  • lib/core/shell.egi
  • lib/core/sort.egi
  • Every

Improve this page

Add a description, image, and links to the tensor topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the tensor topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.