You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi all,
I want to run the code with YouTube data set in Visual Studio 2012. Should I make some changes in code to read the inputs from cmd (When I run the code in VS with Ctrl+F5)? I mean my main issue is how to feed input (as the desired format you mentioned: -train network_file -output embedding_file -binary 1 -size 200 -order 2 -negative 5 -samples 100 -rho 0.025 -threads 20) to the program in Visual Studio command line?
When I run the code in Visual Studio 2019, I got all the instructions to run LINE on input network file ( e.g, Youtube data set) that is posted on LINE github in Visual Studio command line, but nothing asks me at the command line to feed my input
Thanks
The text was updated successfully, but these errors were encountered:
Hi all,
I want to run the code with YouTube data set in Visual Studio 2012. Should I make some changes in code to read the inputs from cmd (When I run the code in VS with Ctrl+F5)? I mean my main issue is how to feed input (as the desired format you mentioned: -train network_file -output embedding_file -binary 1 -size 200 -order 2 -negative 5 -samples 100 -rho 0.025 -threads 20) to the program in Visual Studio command line?
When I run the code in Visual Studio 2019, I got all the instructions to run LINE on input network file ( e.g, Youtube data set) that is posted on LINE github in Visual Studio command line, but nothing asks me at the command line to feed my input
Thanks
The text was updated successfully, but these errors were encountered: