-
Hi,
I have a problem with training the model using GPU, I got this error (module 'tensorflow' has no attribute 'ConfigProto') even If I select the (tf_device="CPU") it gives me the same error.
I re…
-
Issue collecting design discussion related to the boundary between `sktime` and `pytorch-forecasting`, with a particular focus on foundation models and weight management, also see `sktime` issue https…
-
Transformers might be a good alternative for time series compared to LSTM.
Mamba as well (not available in pytorch yet: https://github.com/pytorch/pytorch/issues/120189)
Other ideas: lstm with encod…
acxz updated
3 months ago
-
System Info
GPU: NVIDIA RTX 4090
TensorRT-LLM 0.13
quest 1: How can I use the OpenAPI to perform inference on a TensorRT engine model?
root@docker-desktop:/llm/tensorrt-llm-0.13.0/examples/apps# pyt…
-
My server cannot connect to the Hugging Face website, so I manually downloaded the pretrained model used in the code and placed it in the `img2img-turbo-main` folder. After executing the command `pyth…
-
像是缺失了文件
Unrecognized model in D:\LIUGEGE\ComfyUI\models\Joy_caption_alpha\text_model. Should have a `model_type` key in its config.json, or contain one of the following strings in its name: albert, a…
-
**Describe the bug**
first of all, I love the library and **thank you** for open sourcing and maintaining it.
Issue:
I am optimizing a forecasting model with Optuna and the individual trials fin…
-
Why isn't a mask supported when key-value caching is enabled [here](https://github.com/lucidrains/x-transformers/blob/abeedc8cb60180892f1c19b42548c9833abe4f5b/x_transformers/x_transformers.py#L1946)?
-
* 논문제목 : Temporal Fusion Transformers for Interpretable Multi-horizon Time Series Forecasting
* 분야 : time series
* 논문 링크 : https://arxiv.org/pdf/1912.09363.pdf
* 발표 자료 : https://cottony-wedelia-967…
-
If dataset doesn't fit in memory, is there a possibility to load the dataset in batches using `as_stacked_batches()` or `TrainDataloader()` from gluonts to fit both “global” deep learning models that …