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/
< zoq>
okay, looks like red is the new green :) ... jenkins
< rcurtin>
yeah, I am sitting down now to look at it
< rcurtin>
build system isn't very useful when it's failing for configuration reasons :(
< rcurtin>
let's see if I can get the issues worked out tonight...
travis-ci has joined #mlpack
< travis-ci>
mlpack/mlpack#2182 (master - 17dd7a4 : Marcus Edel): The build is still failing.
< chvsp>
Hi zoq: I was browsing through the Neural Network wiki which you had written. It is quite outdated and we no longer use the same terminology for the functions. I think it is important to have an up to date wiki for the same. Can I update the same?
shikhar has quit [Ping timeout: 260 seconds]
vivekp has quit [Ping timeout: 240 seconds]
vivekp has joined #mlpack
< zoq>
chvsp: I agree it's outdated, I'm working on an update.
chvsp has quit [Ping timeout: 260 seconds]
vivekp has quit [Ping timeout: 264 seconds]
vivekp has joined #mlpack
s1998 has joined #mlpack
s1998 has quit [Ping timeout: 260 seconds]
vss has quit [Ping timeout: 260 seconds]
nish21 has joined #mlpack
< nish21>
do organizations have a limit on the number of projects selected for GSoC?
vss has joined #mlpack
trapz has joined #mlpack
shikhar has joined #mlpack
< zoq>
nish21: The number of slots an organization gets is limited, yes.
< Trion>
Getting several errors of format "error: invalid use of incomplete type ‘class mlpack::ann::<Some Model>’" What have I messed up?
mikeling has quit [Quit: Connection closed for inactivity]
< zoq>
Trion: Probably something wrong with the model ... if you can post the code somewhere I can take a look once I get the chance.
< nish21>
zoq: do you mind me asking how many projects will be selected for GSoC '17?
< zoq>
nish21: We don't know that yet, that partially depends on the number of strong proposals we get.
< nish21>
zoq: oh alright, the reason i asked is because i noticed that some of the project ideas in the ideas page have been around for more than an year. So i was wondering if it was because there was no strong proposals or if there was any restrictions that Google imposed on mlpack.
trapz has quit [Quit: trapz]
< zoq>
nish21. I see, there are no restrictions by Google, just the limited number of slots; but on the same note we only request slots for strong proposals/candidates.
< zoq>
Trion: Can you also post the exact error in the comments of the gist?
trapz has joined #mlpack
trapz has quit [Client Quit]
< Trion>
Posted first error, other errors are similar with only the layer name changed
< zoq>
Trion: Can you check my comment?
mikeling has joined #mlpack
< zoq>
Trion: Can you test the other Makefile and let me know if that works, btw. I don't get a notification if you make a comment on the gist so it's probably a good idea to send me a message over IRC.
< Trion>
Ok I'll try that :-) That nes game module is very interesting!
< zoq>
Trion: At that time there wasn't a neat framework like OpenAI Gym to test nes code (mario), nowadays you can just install https://github.com/ppaquette/gym-super-mario and you are good to go.
< Trion>
zoq: it says it could not find mlpack on doing cmake .. also could not find package configuration files MlpackConfig.cmake
< Trion>
and mlpack-config.cmake, and "Add the installation prefix of "Mlpack" to CMAKE_PREFIX_PATH or set
< Trion>
"Mlpack_DIR" to a directory containing one of the above files."
< zoq>
Trion: Have you seen the fist comment and copied the CMake folder?
< Trion>
oops :P yeah it was asking for findmlpack file
< zoq>
Trion: I guess you also have to specify the location as stated in the comment.
< Trion>
:O Everytime? can those variables be initialized inside the cmake file?
< zoq>
Trion: You can also use "set" inside the file, but how often do you call cmake ..?
< Trion>
everytime I want to see errors in my file :P so like once/twice every 30 minutes
< zoq>
Trion: But usually configure once and use make afterwards, right?
< Trion>
I thought cmake is the one that puts the files to build, I can use just make?
< zoq>
Trion: Yes, just do cmake .. once and use make afterwards.
< Trion>
Nice! :D
shikhar has quit [Ping timeout: 260 seconds]
sagarbhathwar has joined #mlpack
< zoq>
Trion: "#include <mlpack/methods/ann/layer/layer.hpp>" include before "#include <mlpack/methods/ann/ffn.hpp>"
nish21 has quit [Ping timeout: 260 seconds]
< zoq>
Trion: ffn.hpp should include the header file, I'll fix that once I get a chance.
< zoq>
Trion: Also we recently updated the SGD class which isn't backward compatible, so right now just use model.Train(frame, correctResult); instead of model.Train(frame, correctResult, opt);.
trapz has joined #mlpack
nish21 has joined #mlpack
< Trion>
zoq: Thanks! :D Agent now compiles!
sumedhghaisas has joined #mlpack
trapz has quit [Quit: trapz]
< naxalpha>
zoq: is there any plan to use armadillo version 7 rather than version 6
< sagarbhathwar>
naxalpha: zoq : I agree. Armadillo 7 has introduced some succinct functions(like <Matrix/RowView/ColView>::index_max and index_min) which can improve code readability
< rcurtin>
we can't transition too soon otherwise it will make it really hard for users on old systems like rhel6 or ubuntu 14.04
< rcurtin>
trusty (14.04) is 4.200 and rhel6 is 4.300
< rcurtin>
we can backport some functionality if needed
< naxalpha>
rcurtin: can I have access to cached armadillo gz file on appveyor somehow?
sumedhghaisas has quit [Remote host closed the connection]
nish21 has quit [Ping timeout: 260 seconds]
trapz has quit [Quit: trapz]
Trion has quit [Quit: Have to go, see ya!]
vinayakvivek has quit [Quit: Connection closed for inactivity]
mikeling has quit [Quit: Connection closed for inactivity]
aashay has quit [Quit: Connection closed for inactivity]
amoudgl has joined #mlpack
shikhar has joined #mlpack
bhn has joined #mlpack
bhn has quit [Client Quit]
vinayakvivek has joined #mlpack
shikhar has quit [Ping timeout: 260 seconds]
< vss>
naxalpha: he is away on a trip for the weekend , i guess u'll know after that :)
< zoq>
naxalpha: I don't think you can access the cache, but I could modify the file and save the file as an artifact. However, there is no need to build against 6.500.5, you can use the latest version for the nuget package.
SupreethVK has joined #mlpack
naxalpha has quit [Ping timeout: 260 seconds]
SupreethVK has quit [Ping timeout: 260 seconds]
vss has quit [Quit: Bye]
amoudgl has quit [Quit: Page closed]
sagarbhathwar has joined #mlpack
s1998 has joined #mlpack
Sun has joined #mlpack
Sun is now known as Guest42662
< Guest42662>
i am pretty good with the c++ documentation and want to take up the topic Dataset and experimentation tools
< Guest42662>
any help regarding this
sagarbhathwar has quit [Quit: Page closed]
Guest42662 has quit [Quit: Page closed]
jarvis_ has joined #mlpack
s1998 has quit [Quit: Page closed]
trapz has joined #mlpack
trapz has quit [Client Quit]
< jarvis_>
zoq: Thanks for your edits, I updated my proposal. I will be making more changes that you asked for soon.
jarvis_ has quit [Quit: Page closed]
aashay has joined #mlpack
s1998 has joined #mlpack
govg has quit [Ping timeout: 240 seconds]
govg has joined #mlpack
vinayakvivek has quit [Quit: Connection closed for inactivity]
s1998 has quit [Ping timeout: 260 seconds]
travis-ci has joined #mlpack
< travis-ci>
mlpack/mlpack#2193 (master - 97e679a : Ryan Curtin): The build is still failing.