Joren Retel
Joren Retel
Hi, first of all: thanks for this amazing library. This makes life a lot easier. ## Main I have a suggestion, but I can not see all the implications it...
Hi, thanks for this cool library. The following example I took from your readthedocs (https://deepdish.readthedocs.io/en/latest/io.html#class-instances): ```python import deepdish as dd class Foo(dd.util.SaveableRegistry): def __init__(self, x): self.x = x @classmethod def...
## Problem to Solve There are many use cases where it would be useful to have vectors as attributes. For example, this data set https://ogb.stanford.edu/docs/linkprop/#ogbl-collab contains vector attributes and it...
Hi, first of all, thanks for this great library. I just ran into this warning all the time about pkg_resources being deprecated when in favour of [importlib.metadata](https://setuptools.pypa.io/en/latest/pkg_resources.html). In this pull...
## 🐛 Bug Hi, first of all, thanks for this great tool. It is a pleasure to use. I have this specific project though where I am training a network...
Hi, thanks once again for creating pixi. The amount of headaches around hard to install/replicate environments I have just vanished to a very large extend. I have a feature request...