Date2Vec
Date2Vec copied to clipboard
PyTorch Scripts for training and getting embeddings of Date-Time without losing much information. Pretrained Models Included.
I'm interested to use this repo to my project but I'm still new to this. How do I import the Date2VecConvert class to my notebook? I can't install this repo...
Running the example on the read me returns a 2,32 embedding. You get the correct result if you change to call function to the following (removing the unsqueeze): ```def __call__(self,...
Hello Surya, Firstly, thank you for the nice job. I am trying uderstand the usefulness of time2vec and if I can use it in some way in my use case....