-
Try to get state of art on Galaxy Zoo
-
Currently, we follow the classic setup of having one long list of args to initialize the model.
On top, we have some functions to configure special modules later, like `add_lagged_regressor`.
e.g.…
-
Hi Dr. Zhang,
I am trying the following commend to run DARTS:
` Darts_DNN build_feature -i bayes_infer/A5SS.darts_bht.flat.txt -c ~/.darts/DNN/v0.1.0/trainedParam/A5SS-trainedParam-EncodeRoadmap…
-
**Describe the issue**:
I am using your framework to perform a NAS experiment on my use case.
While using LayerChoice I get the below error.
**TypeError: tuple is not a Module subclass**
**Apar…
-
Opening this issue to coordinating the various summer projects in relation to foundation models, deep learning, backends, interfaces.
Below a list of related umbrella issues and individual issues -…
-
**Issue description**
I am encountering an error when attempting to perform a historical forecast using the DLinear model. The specific error message is: `This model has been trained with static_co…
-
**Is your feature request related to a current problem? Please describe.**
I have created a based on the TransferableFutureCovariatesLocalForecastingModel which I needed to tweak slightly so that it …
-
I am trying to build a timeseries forecast model through Darts. But I am not sure whether I am fully
utilizing my GPU. My python environment is in Linux Kubernetes. My current setup has Tesla T4 and …
-
When I try to do `model.predict(df)` and `df` does not contain the target, I get an error.
In predict mode, it shouldn't care if the "target" is present or not, so it's unclear if I'm doing something…
-
**Is your feature request related to a current problem? Please describe.**
Yes, I am finding it difficult to pull fitted values from models. Maybe we can update the docs for models that support pulli…