compy-learn icon indicating copy to clipboard operation
compy-learn copied to clipboard

ComPy-Learn is a framework for exploring program representations for ML4CODE tasks.

Results 3 compy-learn issues
Sort by recently updated
recently updated
newest added

pytorch-geometric model has no configuration that allows to train for any number of classes.

I noticed that memory usage increases continuously when using the clang extractor. Here's a simple demo program to reproduce the issue: ```cpp #include #include #include #include #include #include "clang_ast/clang_extractor.h" #include...