-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Preparing transformers model to train it with our demo-data #15
Comments
|
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. |
Hi @AbuAbdul1ah |
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
The text was updated successfully, but these errors were encountered: