I want to print a tensor to see how its values change.
But I am getting this.
Traced<ShapedArray(float32[1,9,512])>with<DynamicJaxprTrace(level=0/1)
How can I print the tensor? Please help!!
I want to print a tensor to see how its values change.
But I am getting this.
Traced<ShapedArray(float32[1,9,512])>with<DynamicJaxprTrace(level=0/1)
How can I print the tensor? Please help!!