johnnyasd12
johnnyasd12
Hi Is there a better way to serialize a custom transformer with Python now? According to https://github.com/combust/mleap-docs/issues/15 , there's a lot of work to do for someone being unfamiliar with...
Hi @mtsol I didn't see `writer` method in any of [DefaultLeapFrame](https://github.com/combust/mleap/blob/master/mleap-runtime/src/main/scala/ml/combust/mleap/runtime/frame/DefaultLeapFrame.scala), [LeapFrame](https://github.com/combust/mleap/blob/master/mleap-runtime/src/main/scala/ml/combust/mleap/runtime/frame/LeapFrame.scala), [FrameBuilder](https://github.com/combust/mleap/blob/master/mleap-runtime/src/main/scala/ml/combust/mleap/runtime/frame/FrameBuilder.scala) . Also, when I run the example code in doc, I got `error: value writer is not...
I also encounter similar problem on - macOS Monterey Version 12.6.1 - Obsidian Version 1.0.3 (Installer 0.12.15)
Did you use original ImageNet? Or did you download the miniImageNet in the link provided in #22 ? It seems that if I download the miniImagenet, then I encounter the...
for the above issue, if you downloaded the miniImagenet file from #29 and download the .csv from #22 , here is what I do: I modified the write_miniImagenet_filelist.py and write_cross_filelist.py,...
Hi, I try to download and preprocess the miniImageNet refer to #29 instead of original ImageNet because it's too large, and I download train.csv, val.csv, test.csv from the link: https://github.com/twitter/meta-learning-lstm/tree/master/data/miniImagenet...