function_representation_learning
function_representation_learning copied to clipboard
where is the csv file
Hi, i pull your repo and try to run it recently. When i finish the pre-process steps and try to run LSTM.py, it's need csv file path. The pre-process *.py file to generate a txt file, does the csv file need to write code to convert to csv by myself? Or need to use the tools Understand? Please help me to fix it. Waiting your answer, Thanks!
Hi Zaiping, you do not have to write code to generate the CSV file. Please use the Excel to open the TXT file and use the comma as the separator. Then, save it as a CSV (comma) separated file and then, the CSV files can be used as the input for LSTM.py.