freyaya
freyaya
Hi, I'm interested in your work, and I am wondering how to use your code for graph classification?
Hi,when I run "python -m questionanswering.train_model configs/train_gnn.yaml" I meet the error "RuntimeError: CUDA error: out of memory" I wonder about the memory usage of the model, how much should I...
Hi, I'm new to ctranslate2, and I'm confused about the scores returned by generator.generate_batch() function. What's the coresponding meaning of the scores in the huggingface generate() function? For example, ```...