Po-Wei Chou

Results 34 comments of Po-Wei Chou

Can you please tell me the kernel size you choose in your LeNet ? Okay, I'll add a guard clause at line 145 in **src/data-io.cpp**: ``` c++ size_t j =...

Yes, kernel is filter. But the error message you mentioned before `(kernel = (100, 92), grids = (8, 8, 40), threads = (4, 4, 1))` is the the way you...

Sounds like a good idea !! I'll add it in the future release. Thanks : )

That's great !! I haven't started yet. Here's my idea. It's rough and maybe you can help me with this. Originally, the label comes along with the feature. Like this:...

Hi~ @supergrover, @hsiangsky Have you guys started yet ? I almost finish the support of multi-label. **Lots of refactoring** in `src/data-io.cpp`, `src/dataset.cpp`, `include/data-io.h` and `include/dataset.h`. Guess it's going to be...

Because my data IO class sucks, I decided to refactor it first. it's on another unpublished branch. (it's more readable and cleaner now) Most of the functions needed in multi-class...

It's on branch **feature/multi-label**. Thanks : )

That's not a bug. Because normal distribution is a continuous probability distribution, `self.normal_dist.prob()` actually means the probability density function (pdf) and it can be any value as long as it's...

I think building our own graph library is okay, but file format would be an issue. We should follow standards such as GML. And I hate to parse file :...

No specific reason and not based on any patent XDD Any suggestion ?