-
Notifications
You must be signed in to change notification settings - Fork 75.2k
Closed
Labels
TF 2.0Issues relating to TensorFlow 2.0Issues relating to TensorFlow 2.0comp:opsOPs related issuesOPs related issuestype:bugBugBug
Description
Current Issue / Bug Report
I tried to convert a list of tensors to a numpy array.
This was no issue in Tensorflow 1.13.x but is now orders of magnitudes slower in Tensorflow 2.0.0-dev20190405
I linked a piece of code to reproduce the issue in Colab (no HW acceleration required) and to also show the difference in execution time between 1.13.x and 2.0.0/nightly
I tested the issue with
np.array(LIST_OF_TENSORS)
np.shape(LIST_OF_TENSORS)
System information
Colab w.o. HW acceleration and TF 2.0.0-dev20190405
Code to reproduce the issue
Code Example
.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
TF 2.0Issues relating to TensorFlow 2.0Issues relating to TensorFlow 2.0comp:opsOPs related issuesOPs related issuestype:bugBugBug