santi-pdp / segan_pytorch

Speech Enhancement Generative Adversarial Network in PyTorch
MIT License
375 stars 109 forks source link

Canot using tensorboard #28

Open WilliamLambertCN opened 4 years ago

WilliamLambertCN commented 4 years ago
tensorboard\data_compat.py", line 74, in _migrate_histogram_value
    buckets = np.array([bucket_lefts, bucket_rights, bucket_counts], dtype=np.float32).transpose()
ValueError: setting an array element with a sequence.

Hey, I've tried hard to solve this problem, however, doesn't got it.
Python 3.6.6 Torch 0.4.1 Numpy 1.14.3

ukemamaster commented 3 years ago

Hi @WilliamLambertCN, Did you solve this issue? If yes, could you please share you solution?