-
Hi,
Thank you so much for your previous reply.
I am still having a problem to save pickle file:
I followed these steps:
1. MapTR Training Run
cd MapTR_modified/
source train.sh
2. E…
-
In CLIP published paper the reported train-test split size is:
train = 9,537
test = 1,794
While in the UCF-101 original repo(https://www.crcv.ucf.edu/data/UCF101.php#:~:text=UCF101%20is%20an%20a…
-
I have around 40K crystal data from the materials project database in .cif file format. I want to train the megnet model from scratch using my own train test split (e.g train 20% test 80%) for formati…
-
Hello guys, I'm very new for this, and I would like to train with upernet_swin_large. But I got this error **ValueError: expected 4D input (got 3D input)**. My input image is RGB image (H x W x 3 chan…
-
Hola, al realizar la reducción de dimensionalidad usando PCA , que resulta exactamente en ambas columnas? no logro entender bien el resultado, encuentro un set de puntos pero no logro diferenciarlos.
…
-
Will it be better when I use nn.Embedding(num_embeddings=256) to handle emg_data? Due to its range from [-128,127].
I use Pytorch to reproduce your project. However, my model's accuracy on val data i…
-
**Location of the documentation**
Tutorial example: https://temporai.readthedocs.io/en/latest/user_guide/usage/tutorial06_treatments.html#Using-a-temporal-treatment-effects-plugin.
tempor.data.d…
-
When running the `etth1.sh` script in your `scripts` folder, I encountered the following error:
```bash
Namespace(batch_size=256, c_out=1, checkpoints='./lora_revin_6domain_checkpoints_1/', config…
-
Hi there, I tried to reproduce the training phase, I took a look at the initial data cfg - "config/target.yaml", I don't really understand the train, test split claimed in it, and I also browsed in yo…
-
Hi, I have a conceptual question wether I should split my dataset in train/test or not.
Given the fact that my dataset has no labels, does it make any sense to split in the first place? I mean, I cou…