WARNING:absl:Lingvo does not support eager execution yet. Please disable eager execution with tf.compat.v1.disable_eager_execution() or proceed at your own risk.
%% Cell type:code id:disciplinary-brain tags:
``` python
type(data)
```
%%%% Output: execute_result
numpy.ndarray
%% Cell type:code id:compound-diesel tags:
``` python
data=data.astype('float')
```
%% Cell type:code id:sustained-default tags:
``` python
data.dtype
```
%%%% Output: execute_result
dtype('float64')
%% Cell type:code id:developmental-lounge tags:
``` python
leaf_representation=leaf(data)
melfbanks_representation=melfbanks(data)
```
%% Cell type:code id:fuzzy-helmet tags:
``` python
type(melfbanks_representation)
```
%%%% Output: execute_result
tensorflow.python.framework.ops.EagerTensor
%% Cell type:code id:funny-emperor tags:
``` python
leaf_representation
t=melfbanks_representation.numpy
```
%% Cell type:code id:raising-stephen tags:
``` python
t
```
%%%% Output: execute_result
<bound method _EagerTensorBase.numpy of <tf.Tensor: shape=(99225, 1, 40), dtype=float32, numpy=