fedaeho
fedaeho
Hi, I was working with the `elegant` simulator and I heard about `ocelot` from ICFA ML meeting. I was accustomed to python, so I want to migrate some lattice from...
**Describe the bug** `nvt.ops.Categorify` don't process `vocabs` correctly when `num_buckets>1` is given simultaneously. **Steps/Code to reproduce bug** I tried to use `categorify` transform with pre-defined vocabs. I also have to...
Hi, I just installed tensorflow-io and try to load parquet. ```python import pandas as pd import tensorflow as tf import tensorflow_io as tfio pd.DataFrame({'a':[.1,.2], 'b':[.01,.02]}).to_parquet('file.parquet') df = pd.read_parquet('file.parquet') # works...