Hung PHAN

Results 20 comments of Hung PHAN

> Any updates? Sorry for late reply. I am able to run the dataset on both this version (torch-geometric 1.5) and the newer version by Microsoft (torch-geometric 2.0) using the...

Hello. What do you mean java loader. Do you still run the phrasal.sh?

Hello. I already register for the eca agreement.

Hi I have the same problem. I investigate this issue and see that it is due to the generated project ID doesn't have 32 bits format. I fix it and...

Hello. After checking the error, I investigate that the reason is due to the codet5p_embedding hasn't been a key defined in this file: [https://github.com/huggingface/transformers/blob/main/src/transformers/models/auto/configuration_auto.py](url) I check in the latest version...

Thank you for your help. Yes, at first I ran the script on my local ubuntu 22.04 server (which the code called to the remoted HuggingFace hub "Salesforce/codet5p-110m-embedding") but it...

I tried to load it remotely from huggingface remote side. It shows the error like this: ` OSError: Can't load 'Salesforce/codet5p-110m-embedding'. Make sure that: - 'Salesforce/codet5p-110m-embedding' is a correct model...

I checked the version of my transformer. I used the old version of transformers as 4.11.3, while the current version is 4.32.1. reinstall my transformer and it worked. Thanks for...