Gaurav Singh

Results 12 comments of Gaurav Singh

Hey, @rcurtin wanted to know if this has been solved if not then can I move forward with it?

Hi, @rcurtin @zoq while I was through the callback codebase trying to understand it for solving this issue I came across the piece of code given below which iterates over...

@rcurtin @zoq one more thing, sorry if I irritate you but your help would be very helpful for moving forward with this issue. According to the discussion which happened [here](https://github.com/mlpack/mlpack/issues/2073),...

Thanks, @rcurtin for the clarification I will try to solve this issue in the next few days.

Hi, @rcurtin while I was going through the `ProgressBar` code I found that the number of epochs is defined as `epochs = optimizer.MaxIterations() / epochSize` but shouldn't it be `epochs...

Hi, @rcurtin @zoq @shrit according to the discussion that happened [here](https://github.com/mlpack/mlpack/issues/2073) I recreated the issue, the code regarding it can be found [here](https://ideone.com/oI4sQs). The dimensions of the dataset I used...

Hi, @shrit thanks for commenting as suggested by you I changed the `optimizer.Tolerance()` value from `-1` to be `120596` and let the optimizer run for three epochs until it got...

Hi, @shrit sorry to respond late but when I made the changes in [this](https://github.com/mlpack/ensmallen/blob/d15772b26810861dee5bc528bf79fc10b7db0dbe/include/ensmallen_bits/config.hpp#L14) line to make the `ENS_PRINT_INFO` defined as suggested by @zoq on Gitter I got a more...

Hi, @shrit kindly have a look at #180. Thanks.

Hi, @rcurtin I would like to implement this to get a better understanding of the codebase. Should I move forward with it?