verne.freenode.net changed the topic of #mlpack to: http://www.mlpack.org/ -- We don't respond instantly... but we will respond. Give it a few minutes. Or hours. -- Channel logs: http://www.mlpack.org/irc/
tsathoggua has joined #mlpack
nilay has joined #mlpack
tsathoggua has quit [Quit: Konversation terminated!]
nilay has quit [Ping timeout: 250 seconds]
mentekid has joined #mlpack
Mathnerd314 has quit [Ping timeout: 246 seconds]
rishabh_kwt has joined #mlpack
< keonkim>
I made a new method and a simple file that gets the input and prints out to test cli stuff.
< keonkim>
I wrote: PARAM_STRING_REQ("input_file", "test input file", "i");
< keonkim>
and when i execute it from a command line file
< keonkim>
[FATAL] Caught exception from parsing command line:option '-i' is ambiguous and matches different versions of '--input_file'
< keonkim>
this error message is shown. What should I look for to fix the bug?
rishabh_kwt has quit []
rishabh has joined #mlpack
rishabh is now known as Guest79451
Guest79451 has quit [Client Quit]
Guest79451 has joined #mlpack
Guest79451 has quit [Client Quit]
< zoq>
keonkim: you used the option 'i' like in PARAM_STRING_REQ(...) multiple times
< keonkim>
I only have one parameter which is --input_file (-i)
< zoq>
keonkim: Can you show me the code?
< zoq>
keonkim: everything before main should be sufficient