Hung PHAN
Hung PHAN
This class is used to provide default system wide channel types. This method named 'localize' is to create channel type. Thus, the method name 'createChannelType' is more intuitive than 'localize'.
This class is used to represent Field. This method named 'little' is to get a LittleField object. Thus, the method name 'getLittleField' is more intuitive than 'little'.
This class is used to represent FilenameUtils. This method named 'concat' is to add the base path to the current one. Thus, the method name 'addBasePath' is more intuitive than...
This class is used to provide utilities for handling Html. The method named 'encode' is to encode an html page. Thus, the method name 'encodeHtml' is more intuitive than 'encode'.
Hello I and my friend tried to replicate the experiment on the ogbn-mag dataset. We haven't changed anything in configurations compared to the original code. You can see my running...
Hello Sir/ Madam We are from a research group at Iowa State University, USA. We want to do a survey on Github developers on the methods they used for paralleling...
The class Analyzer is used to represent Analyzer. This method named 'analyze' is to load a directory. Thus, the method name 'loadDir' is more intuitive than 'analyze'. The class Analyzer...
This class is used to represent MrzCameraActivity. This method named 'cancel' is to stop notification. Thus, the method name 'stopNotification' is more intuitive than 'cancel'.
Hello I wonder if we can finetune the text-to-code retrieval task for Text-to-Code Retrieval like UniXcoder at [here](https://github.com/microsoft/CodeBERT/tree/master/UniXcoder/downstream-tasks/code-search). I have run the zero-shot code retrieval for Javascript. It shows that...
Hello. I tried this simple code snippet for getting the embedding for a pre-trained model using CodeT5Plus: `checkpoint="/home/hungphd/media/git/codet5p-110m-embedding" device = "cuda" # for GPU usage or "cpu" for CPU usage...