ChanServ changed the topic of #mlpack to: "mlpack: a fast, flexible machine learning library :: We don't always respond instantly, but we will respond; please be patient :: Logs at http://www.mlpack.org/irc/
< rcurtin>
zoq: should be fixed now
< zoq>
rcurtin: Great, let's restart the git commit job
< iamarchit123Gitt>
hey one more doubt on running doxygen Doxyfile should be enough to generate the html amd latex right?
< iamarchit123Gitt>
because i am seeing a error while running this command
< iamarchit123Gitt>
/home/iamarchit/open_source/mlpack/src/mlpack/methods/amf/update_rules/svd_complete_incremental_learning.hpp:72: error: The following parameter of mlpack::amf::SVDCompleteIncrementalLearning::Initialize(const MatType &, const size_t) is not documented:
< iamarchit123Gitt>
parameter 'size_t' (warning treated as error, aborting now)
< iamarchit123Gitt>
Exiting...
< iamarchit123Gitt>
is this a known issue?
< iamarchit123Gitt>
or Doxyfile is not the configuration file that is present in top level directory of mlpack
< rcurtin>
iamarchit123Gitt: hmm, we have a check so that doxygen errors shouldn't happen, but you can change the setting of WARNINGS_AS_ERRORS in the Doxyfile
< rcurtin>
(I forget what that setting is called, but it is something like that)
< iamarchit123Gitt>
ty
AvikantSrivastav has joined #mlpack
< AvikantSrivastav>
Where is the test file for GRU layer?
< onur>
I'll try with a more recent version of gcc
< zoq>
Yeah, good idea.
< zoq>
So I can see the "is not documented: parameter 'size_t' (warning treated as error, aborting now)" issue on pretzel as well, which uses doxygen 1.8.18.
ryan[m]1 has joined #mlpack
< ryan[m]1>
Hello from mlpack slack!
< zoq>
I can't reproduce the issue with 1.8.13, and looks like the "LaTeX Documentation Checks" job which runs on master and uses doxygen 1.8.13 as well.
< onur>
I couldn't understand
< jeffin143[m]>
Hello Ryan of slacke
< zoq>
onur: It's not realted to your problem.
< iamarchit123Gitt>
@zoq rc/mlpack/methods/amf/update_rules/svd_complete_incremental_learning.hpp:72: error: The following parameter of mlpack::amf::SVDCompleteIncrementalLearning::Initialize(const MatType &, const size_t) is not documented: so you mean for this
< iamarchit123Gitt>
we need to install doxygen 1.8.13
< iamarchit123Gitt>
i am using 1.8.17 with which issue is coming
< zoq>
iamarchit123Gitt: I looked at the error and it makes no sense.
< iamarchit123Gitt>
ya why its treating size_t as parameter
< zoq>
iamarchit123Gitt: Yeah, not sure yet.
< iamarchit123Gitt>
maybe doxygen bug with newer veersion?
_slack_mlpack_U4 has joined #mlpack
< zoq>
iamarchit123Gitt: Building doxygen 1.8.18 to test this out.
< shrit[m]>
:+1
< shrit[m]>
:+1:
< rcurtin>
that came across as text in my IRC client but a thumbs up in slack
avikantsrivasta1 has joined #mlpack
< rcurtin>
:+1:
< rcurtin>
:slightly_smiling_face:
avikantsrivasta1 has quit [Client Quit]
< zoq>
alright, now I can reproduce the issue
< onur>
hi all
< onur>
I'm getting this error on building mlpack
< onur>
Building CXX object src/mlpack/CMakeFiles/mlpack.dir/methods/matrix_completion/matrix_completion.cpp.o
< onur>
/home/onur/download/mlpack-3.4.2/src/mlpack/methods/matrix_completion/matrix_completion.cpp:58:5: error: ‘Log’ has not been declared
< onur>
has not been declared
< onur>
^~~
onur1 has joined #mlpack
onur has quit [Remote host closed the connection]
< onur1>
ewqewq
< onur1>
sorry
< rcurtin>
zoq: iamarchit123Gitt: yeah I think it is a bug; birm[m] spent some time looking into this but I can't remember the outcome
< rcurtin>
if you searched Github you *might* be able to find something (it could be difficult to locate the right issue)
< rcurtin>
what I remember is that he came up with some workaround that managed to make the doxygen issue not trigger
< onur1>
Ok, thanks
onur1 has quit [Quit: Leaving.]
ayush_nlp has quit [Ping timeout: 256 seconds]
ImQ009 has quit [Quit: Leaving]
vivek has joined #mlpack
vansika__ has quit [Ping timeout: 260 seconds]
vansika__ has joined #mlpack
vivek_ has joined #mlpack
vivek has quit [Ping timeout: 240 seconds]
< vivek_>
Hello i just build mlpack today what is required to start contribution