2018-11-12 22:39
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/
01:49
robb08 has quit [Ping timeout: 260 seconds]
02:14
conrad_s has joined #mlpack
02:29
conrad_s has left #mlpack []
04:04
petris has quit [Quit: Bye bye.]
05:08
<
Toshal >
ShikharJ: Sorry I missed the meeting.
05:31
<
Toshal >
I will be somewhat busy till tommorow. I will get in touch soon. Sorry for the inconvenience.
05:34
KimSangYeon-DGU has joined #mlpack
07:25
KimSangYeon-DGU has quit [Remote host closed the connection]
07:49
Yashwants19 has joined #mlpack
07:49
<
Yashwants19 >
Hi zoq can you please help me with appVeyor issues.
07:49
<
Yashwants19 >
Thank you :)
07:49
Yashwants19 has quit [Remote host closed the connection]
08:15
Yashwants19 has joined #mlpack
08:15
<
Yashwants19 >
I have got this error in #1935 i.e. error C2668: 'arma::size': ambiguous call to overloaded function
08:15
Yashwants19 has left #mlpack []
09:50
petris has joined #mlpack
10:51
<
zoq >
Yashwants19: sure
10:58
<
zoq >
Yashwants19: and test again?
11:06
<
zoq >
wrong window :)
12:07
xiaohong has joined #mlpack
13:14
Yashwants19 has joined #mlpack
13:15
<
Yashwants19 >
Thanks for the help zoq.
13:16
<
Yashwants19 >
PR #1935 is ready for review, if you have some time please review that.
13:16
<
Yashwants19 >
Thanks again :)
13:17
Yashwants19 has quit [Remote host closed the connection]
13:30
vivekp has joined #mlpack
13:45
<
xiaohong >
Hi, here I have a question. How can we define a new struct or class that support arma::col or arma::mat?
13:46
<
xiaohong >
It seems that I define a struct, the compiler said that static_assert failed "error: incorrect or unsupported type"
13:58
<
zoq >
xiaohong: Are you talking about arma::Mat<MyType>?
13:59
<
zoq >
xiaohong: There is no support for something like that, perhaps we can find another tyype that works as well, e.g. std::vector?
14:08
<
xiaohong >
zoq: Yes, I am talking about arma::Mat.
14:09
<
xiaohong >
Currently, I am using std::vec. But the code may need to be changed accordingly.
14:11
<
xiaohong >
I am torn because I don't know whether I can change the code so much.
14:12
<
zoq >
xiaohong: What do you like to store?
14:14
<
xiaohong >
All our implemented environment's action is not complex, such as one dimension. It is okay store a single value.
14:15
<
xiaohong >
But I think using struct to store multi dimension's action is much more reasonable.
14:15
<
xiaohong >
What do you think of it?
14:18
<
zoq >
xiaohong: One idea might be to use arma::mat and store the actions in one col, since we know the action size, that should work.
14:19
<
zoq >
xiaohong: It's bascially the same as using a vector, we just unpack the action and store the value/values.
14:36
<
xiaohong >
zoq: Great. I think it is more consistent with the current code. Thank you ~
14:57
xiaohong has quit [Ping timeout: 260 seconds]
15:10
xiaohong has joined #mlpack
15:19
xiaohong has quit [Ping timeout: 260 seconds]