crestonbunch / tbcnn

Efficient tree-based convolutional neural networks in TensorFlow
MIT License
150 stars 44 forks source link

How to use this implementation for ASTs for Java files #18

Open petersamoaa opened 2 years ago

petersamoaa commented 2 years ago

Thank you for your repository I have my trees which is converted by using javalang python package that parse the java code files into AST. My problem is regression and not classification. Could you please tell me how to use your code for my dataset and my regression problem ?