You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While we could employ a similar fix for #89, I don't think it's ideal. First, a list is not a dataset. Second, I am seeing examples where @tf.function is used on functions that take lists of tensors as arguments, which makes sense because of the trace type:
* Add `tf.nn.sparse_softmax_cross_entropy_with_logits()`.
* Mark test that tests wala#136.
* Update tests to reflect new API.
* Update test in light of wala#136.
khatchad
added a commit
to ponder-lab/ML
that referenced
this issue
Jan 31, 2024
* Add `tf.nn.sparse_softmax_cross_entropy_with_logits()`.
* Mark test that tests wala#136.
* Update tests to reflect new API.
* Update test in light of wala#136.
Related to #89.
We actually mention this problem in #89:
Gets us:
While we could employ a similar fix for #89, I don't think it's ideal. First, a list is not a dataset. Second, I am seeing examples where
@tf.function
is used on functions that take lists of tensors as arguments, which makes sense because of the trace type:https://github.com/aymericdamien/TensorFlow-Examples/blob/6dcbe14649163814e72a22a999f20c5e247ce988/tensorflow_v2/notebooks/6_Hardware/multigpu_training.ipynb#L204-L218
The text was updated successfully, but these errors were encountered: