Open mxochicale opened 1 year ago
2023-07-17 14:30:53.185652: W tensorflow/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library 'libcudart.so.11.0'; dlerror: libcudart.so.11.0: cannot open shared object file: No such file or directory 2023-07-17 14:30:53.185684: I tensorflow/stream_executor/cuda/cudart_stub.cc:29] Ignore above cudart dlerror if you do not have a GPU set up on your machine. Potential solutions:
Hi @AbuAbdul1ah
See this tutorials to get better understanding for transformers https://github.com/mxochicale/transformers-tutorials/tree/main/references
Thanks, --Miguel
Hi @mxochicale
Found this article to useful, it speaks about the advantage of transformer. https://ieeexplore.ieee.org/abstract/document/9252123 https://github.com/linlei1214/SITS-BERT
Hi @AbuAbdul1ah Have a look to this references that will help to put together or coming experiments with hyperarameter tuning:
Using transformers might add novelty to our work, so I suggest to looking and replicating the following examples of transformers for time-series that made use of tensorflow library:
Few suggested steps for this one:
mamba remove -n ai-surg-skills-VE -all
and create a new mamba environmentmamba env create -f ve.yml
> using "tensorflow" package in line 22 the yml file (https://github.com/mxochicale/in2research2023/blob/main/dependencies/ve.yml#L21):Thanks, --Miguel