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
The code works for most dtypes but fails to do for tf.string as the returned entity is a pointer to the object np datatype and not the object datatype itself.
The text was updated successfully, but these errors were encountered:
In
class DatasetInputSpecsProvider
when converting tf specs to jaxpraxis/praxis/base_input.py
Line 1116 in dd07dd6
as_numpy_dtype
is considered as a method when it is actually an attribute oftf.dtypes.Dtype
(https://www.tensorflow.org/api_docs/python/tf/dtypes/DType#attributes).The code works for most dtypes but fails to do for
tf.string
as the returned entity is a pointer to the object np datatype and not theobject
datatype itself.The text was updated successfully, but these errors were encountered: