Avv2

Results 12 issues of Avv2

Hello Code2Seq team, I was wondering where in your source code please does you implement the uniform sampling of k paths from AST where you also make sure that you...

Hello, Thank you for your work. Is your data in the form of owl/rdf originally from the ontology?

Hello InferCode team, Can you please dump the models' .h5 file please? Thanks in advance.

Hello, During running your model on based on your sample below: ``` from infercode.client.infercode_client import InferCodeClient import os import logging logging.basicConfig(level=logging.INFO) # Change from -1 to 0 to enable GPU...

Hello, Is the following correct to setup the parser to read python code please? ``` from infercode.client.infercode_client import InferCodeClient import os import logging logging.basicConfig(level=logging.INFO) # Change from -1 to 0...

Hello Code2Vec team, Could you please give some hints giving a whole software of code written in different programming languages, how it's possible to apply your tool on it?

Hello Code2Vec Team, You mentioned in your paper Code2Vec that there are two main challenges in your work: 1) how you can decompose a program into smaller building blocks such...

Hello, I have a dataset where each image is of size 1092 x 1080 dimension. Now I would like to train YOLO-v4 on different images size. Should I resize images...

Hello, I compiled darknet yesterday and worked fine on my machine. I run it and it was working fine. Today, when I tried to run the app, it says access...

Hello JetBrains team, Could you please give some hints giving a whole software of code written in different programming languages, how it's possible to apply the code2seq tool to it?