jess789550
Results
2
comments of
jess789550
Example in R: ``` # import libraries library(dplyr) library(stringr) library(vcfR) library(tidyr) # parse command line arguments args
Thanks leannmlindsey! Just for other people who have had errors: At first I had an fp16 error for train.py: ``` $ python train.py --model_name_or_path zhihan1996/DNABERT-2-117M --data_path ${DATA_PATH} --kmer -1 --run_name...