am trying to run bf-koumura-syllable-df notebook.
this line:
create a dataset object
dataset = DataSet(DATASET_ID, hparams = hparams)
gives me an
AttributeError: 'Tensor' object has no attribute 'numpy'
am running on CPU only, don't have access to GPU right now. maybe related to this?