-
when I try to debug lag-llama/train.py, this error occured.
Traceback (most recent call last):
File "/home/xly/anaconda3/envs/c118p310/lib/python3.10/site-packages/numpy/core/getlimits.py", line…
-
After I run pruning.sh, the command line outputs "Starting training..." and the config message.
However, I did not get any other output after running it overnight.
In fact, I'm running the program o…
-
[zsh-autosuggestions](https://github.com/zsh-users/zsh-autosuggestions) is able to provide a tab-autocompletion preview based on the `.zsh_history`:
![tab-completion](https://fb.hash.works/bolpxO/)…
-
Hi, I wanted to fine tune the model on my own dataset however with my own custom loss. Could you give an example on how to do that?
Thanks
-
First of all thank you for this very interesting model and paper! However I was a bit confused does the model solely used the lags predefined as covariates or we can add our own covariates ie : season…
-
Hello, thank you for sharing the initial code. I aim to replicate the experiment outlined in your paper before proceeding to fine-tune the model with additional datasets. Could you kindly assist me in…
-
Hello, when I tried to download weights, it seems that there are some errors to download it. Can you help me to figure this out? I keep receiving this error message:
```
--2023-07-19 11:07:28-- ht…
-
Hello,
I hope this message finds you well. I am currently exploring the Lag-Llama model and I would like to gain a deeper understanding of the tokenization, feedforward, and backward processes with…
-
There have been a few reports where the grammar sampling can significantly degrade the performance.
It would be nice to profile and optimize the implementation - there should be room for improvements…
-
## Enviroments
```
#!git clone https://github.com/time-series-foundation-models/lag-llama/
#cd lag-llama
#!pip install -r requirements.txt --quiet
#!huggingface-cli download time-series-foundat…