Use the scatter_nd_*
trick only for tf versions under 2.4
#18
Labels
enhancement
New feature or request
scatter_nd_*
trick only for tf versions under 2.4
#18
Following the resolution of tensorflow/tensorflow#40672, the trick currently implemented to solve the inefficiency of
scatter_nd_*
is actually making it slower.Maybe a simple test on the tf version is enough.
The text was updated successfully, but these errors were encountered: