code-transformer icon indicating copy to clipboard operation
code-transformer copied to clipboard

Implementation of the paper "Language-agnostic representation learning of source code from structure and context".

Results 4 code-transformer issues
Sort by recently updated
recently updated
newest added

Hi, Preprocessing is running fine without errors for few codes, but it is throwing the exception "**PreprocessingException: Error processing batch 0: No snippets left after filtering step. Skipping batch**" for...

When run on pytorch '1.10.2+cu102' I get following error: ``` Traceback (most recent call last): File "/code_transformer/preprocessing/graph/transform.py", line 30, in __call__ distance_matrix = distance_metric(adj) File "/code_transformer/preprocessing/graph/distances.py", line 76, in __call__...

I encountered a problem when executing the command . Does anyone know how to solve it?

Greetings, I am writing a replication paper on the CodeTransformer for the data mining class at my university. Unfortunately, I cannot find any specification of the Python version that was...