shensq04 / EKLAVYA

56 stars 16 forks source link

about "split_func_path" file #8

Closed Ruturaj4 closed 4 years ago

Ruturaj4 commented 4 years ago

I am struggling with the RNN training step. Are we suppose to create - "split_func_path" file? If so, could you please help me out with this? I felt that the instructions are unclear. I also read the paper. I saw the given examples. But, I am pretty much stuck on this step. I know, this paper is published long ago, but do you have any hints on this? Your help is much appreciated.

qingbol commented 4 years ago

Yes, you need to create "split_func_path" file. You can write a script to extract that information from dataset file.

Ruturaj4 commented 4 years ago

Yes, you need to create "split_func_path" file. You can write a script to extract that information from dataset file.

@quigbol

Thanks. I appreciate your reply. I have few more questions -

1) Type of file (should it exactly be as the description says - sort of a dictionary, or it should be "picked") 2) Is binary_file_name == path + binary_file_name 3) what if there are multiple functions in the binary

Ruturaj4 commented 4 years ago

nvm I got it :-)