-
We should add an option (`--spec-file` or something) which takes a filepath (any local or remote urlpath) for a single file containing a list of urlpaths to index, and optionally some other informatio…
-
When calling MatrixProfileClassifier fit() with training data of shape (72000, 590, 1), I get the error below
I verified X_train_transformed is of shape 72000, 590, 1), y_train len is (72000).
```
…
-
I trained the Transformer model on my own data by defining an own Problem class (called "sequence", which is a text2text problem). I used `model=transformer` and `hparams=transformer_base_single_gpu`.…
-
Thanks for your excellent work! This work somewhat like a milestome in perturbation prediction.
The question confused me is the code concering subtask-decomposition training. It seems like subtask1…
-
### Bug description
Hello, I followed the example and successfully trained an XLNet-CLM model on my custom dataset. However, I noticed that while the model performs well on the validation set with …
-
Hello, thank you for sharing your awesome work.
I have a question related to arguments in denoising.py.
python denoising.py \
--task_name TASK_NAME \
--train_file PATH_TO_TRAIN_FILE \
…
-
Hey,
i try to setup the model on an Ubuntu 22.04 with an RTX 4090.
After running
```sh
python launch.py --config configs/dreamcraft3d-coarse-nerf.yaml --train system.prompt_processor.prompt="$…
-
The data ft_20181105/d3_preds has 2786 items but ft_20181105/imgs ft_20181105/imgs and ft_20181105/visualization has 2856 items. and also, the four data-zip always extract failed. Hope you renew th…
-
- [ X] I am using the latest TensorFlow Model Garden release and TensorFlow 2.
- [ X] I am reporting the issue to the correct repository. (Model Garden official or research directory)
- [ X] I check…
-
My goal is to use the Turing framework to calculate individual predictions IPRED, for a spesific set of parameters. For example naively the mean of the posterior samples.
The idea was:
1. Sample po…