Vignesh Venkataraman
Vignesh Venkataraman
There is function which gets called multiple times to process the data. If data is `[d1, d2, d3 ..... dn]` , the function `_featurize` takes each element of data `di`...
I have been following this tutorial ([Molecule Generation](https://torchdrug.ai/docs/tutorials/generation.html#define-the-model-gcpn)) for generating new molecules on google collab for but there isn't compute resource available to pre-train the model on Zinc Dataset. Are...
### Issue with current documentation: Having a very buggy experience, Tried following Mistral- ``` import os hf_token = "api_key" os.environ["HUGGINGFACE_ACCESS_TOKEN"] = hf_token from embedchain import App app = App.from_config("mistral.yaml") app.add("https://www.forbes.com/profile/elon-musk")...