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/
zhuq has quit [Remote host closed the connection]
zhuq has joined #mlpack
zhuq has quit [Quit: Leaving]
zuq has joined #mlpack
zuq has quit [Ping timeout: 245 seconds]
sreenik has joined #mlpack
zuq has joined #mlpack
Jefsam has joined #mlpack
zuq has quit [Ping timeout: 244 seconds]
zuq has joined #mlpack
Jefsam has quit [Ping timeout: 256 seconds]
zuq has quit [Remote host closed the connection]
zuq has joined #mlpack
zuq has left #mlpack []
Toshal has joined #mlpack
Victor_ has joined #mlpack
< Victor_>
hello there, I am a CS sophomore at the University of Rochester. I am interested in implementing a few Reinforcement Learning Algorithms for mlpack through GSoC. Specifically, I was interested in Proximal Policy Optimization and Persistent Advantage Learning DQN. I was wondering what kind of background are you looking for and what other metrics are you going to use to evaluate a proposal. Cheers, looking forward to hearing from you
< rcurtin>
there is also an application guide linked to from the Ideas page, which perhaps might also help clarify :)
i8hantanu has joined #mlpack
sonu628 has joined #mlpack
< sonu628>
when i do sudo make install in the middle we get the following
< sonu628>
TEST FAILED: usr/local/lib/python3.7/site-packages/ does NOT support .pth files error: bad install directory or PYTHONPATH
< sonu628>
You are attempting to install a package to a directory that is not on PYTHONPATH and which Python does not read ".pth" files from. The installation directory you specified (via --install-dir, --prefix, or the distutils default setting) was: usr/local/lib/python3.7/site-packages/ and your PYTHONPATH environment variable currently contains: '/usr/local/lib/python3.7/site-packages/'
< sonu628>
when i do $PTHONPATH in terminal i getbash: /usr/local/lib/python3.7/site-packages/: Is a directory"
< sonu628>
if its a valid directory why is installation getting directed to usr/locao/...
< sonu628>
any suggestions ?
sonu628 has quit [Ping timeout: 256 seconds]
Toshal has joined #mlpack
Viserion has joined #mlpack
i8hantanu has quit [Quit: Connection closed for inactivity]
Toshal has quit [Ping timeout: 268 seconds]
< Viserion>
I am not able to locate cf_model.hpp , cf_model_impl.hpp . It was suggested to look into them before solving the issue, I could see only cf_main.cpp and cf_impl.hpp
< sreenik>
Viserion: I just checked the src/mlpack/methods/cf directory and there appears to be both cf_model.hpp and cf_model_impl.hpp. If you are searching the installation folder in usr/local/include/mlpack, you won't find them there. Just check your cloned repo directory
< jeffinsam>
zoq : i guess there is some issue with jenkins, the checks for pull request have been stopped.i mean not running
i8hantanu has joined #mlpack
picklerick has quit [Quit: WeeChat 2.4]
Toshal_ has joined #mlpack
Toshal has quit [Ping timeout: 246 seconds]
Toshal_ is now known as Toshal
Toshal_ has joined #mlpack
Toshal has quit [Read error: Connection reset by peer]
Toshal_ is now known as Toshal
< zoq>
jeffinsam: Should be fixed, there are some jobs in the backlog so this might take some time.
mulx10 has joined #mlpack
< mulx10>
zoq: I have a question regarding the issue (https://github.com/mlpack/mlpack/issues/1782). In the file lstm.hpp variables OutputDataType delta, OutputDataType grad, OutputDataType outputParameter; are not used anywhere. However they have getters and setters. So how should I get the `cell` parameter: (1) by writing getter and setters or (2) Function overloading (Forward(input, output, cell))
< mulx10>
zoq: Thanks
mulx10 has quit [Quit: Page closed]
< zoq>
mulx10: They are used to hold e.g the error, the FFN class is one example, I guess to set the cell you could overload the Forward function.
Viserion has quit [Ping timeout: 256 seconds]
mulx10 has joined #mlpack
mulx10 has quit [Ping timeout: 256 seconds]
Nitish has joined #mlpack
< Nitish>
can you explain ESO?
mulx10 has joined #mlpack
< mulx10>
jeffinsam, zoq: I guess jenkins has stopped. It got stuck in test case.
< mulx10>
Can someone please kill the process.
sreenik has quit [Ping timeout: 256 seconds]
< mulx10>
sorry for the trouble
Nitish has left #mlpack []
mulx10 has quit [Quit: Page closed]
i8hantanu has quit [Quit: Connection closed for inactivity]
< zoq>
mulx10: Do you mean the memory test?
mulx10 has joined #mlpack
< mulx10>
zoq: Yes
sreenik has joined #mlpack
< zoq>
mulx10: Okay, I've stoped the job.
mulx10_ has joined #mlpack
< mulx10_>
zoq: I guess the tests are fragile. I found the reason for my failing memory builds. ctest -j2 runs two parallel test. Also, a lot of tests uses the same file name, which in tur creates a race condition
mulx10 has quit [Ping timeout: 256 seconds]
< mulx10_>
zoq: Also when I changed all the file names corresponding to the test case. It somehow got stuck.
Toshal has quit [Read error: Connection reset by peer]
< zoq>
jeffinsam_: I see, the node that runs the job doesn't use the right toolchain.
< zoq>
jeffinsam_: Let's restart the test, but it might take some time, since the node is currently testing the docker suite.
< jeffinsam_>
thanks zoq : i have make a pr regarding one hot encoding pr#1784 , could you review it whenever you get time, being a competitive programmer i am facing tough time writting code regarding industries standards
< jeffinsam_>
zoq : no issues with the time , Thanks for the clarification
< zoq>
jeffinsam_: I'll take a look once I have the chance.
< jeffinsam_>
zoq : thanks
pd09041999 has quit [Ping timeout: 246 seconds]
Shubhangi100 has joined #mlpack
< Shubhangi100>
Can anybody help me out through this " Thread 1 "python" received signal SIGSEGV, Segmentation fault, arma::Mat<unsigned long>::steal_mem (x=..., this=0x153f3d0) at /usr/include/armadillo_bits/Mat_meat.hpp: at line 1094 if(t_vec_state == x_vec_state)"
< ShikharJ>
Shubhangi100: Can you mention the context of this error? What exactly are you trying to do?
< ShikharJ>
Hmm, have you set the breakpoints at the required place yet? It seems that the program is seg-faulting before any of the set break-points.
< Shubhangi100>
No, I haven't yet set any breakpoint.
jeffinsam_ has quit [Ping timeout: 256 seconds]
Toshal has joined #mlpack
pd09041999 has quit [Quit: Leaving]
Shubhangi100 has quit [Ping timeout: 256 seconds]
< ShikharJ>
Shubhangi100: You should set break-point before running the program in gdb, and after the break-point run it line by line to get to the point of error on the outer code.
ayesdie has joined #mlpack
< rcurtin>
Shubhangi100: also use 'backtrace' and then move around in the stack frames (like 'frame 3' or so once you've seen the backtrace) and inspect the variables (i.e. 'inspect t_vec_state') in order to see what's going on
< rcurtin>
I'd suggest trying to find the last mlpack-related stack frame and work from there
< rcurtin>
hope this helps; there's likely to be a lot of reasoning necessary to understand what's happening and why it's a problem
jeffinsam has joined #mlpack
mulx10 has joined #mlpack
Toshal has quit [Read error: Connection reset by peer]
jeffinsam has quit [Ping timeout: 256 seconds]
Toshal has joined #mlpack
Viserion has joined #mlpack
sreenik has quit [Quit: Page closed]
Toshal has quit [Remote host closed the connection]
ayesdie has quit [Quit: Connection closed for inactivity]
< Viserion>
what is the difference between dense matrix and sparse matrix of user item table in cf_impl.hpp in Collaborative filtering
Viserion has quit [Ping timeout: 256 seconds]
mulx10 has quit [Quit: Page closed]
last_comer has joined #mlpack
< last_comer>
hello
< last_comer>
i am new to open source but interested in contributing