Krzysztof Joachimiak

Results 8 comments of Krzysztof Joachimiak

Hi @halian-vilela! 😎 Sure, you can prepare such translation if you find it useful. I'd only have find out, what's the best way to handle multiple README files and switch...

Yes, I forgot to mention about the possible OS-related subdirectories. But still, it'd be not so hard to keep unix/ and windows/ subdirs reserved for the special purposes. I know...

From my perspective, as the multiple files are better than one big file, so are multiple subdirectories better than one big directory. It would really make difference. Sub-namespaces is another...

I know the `box` package, but the goal of this proposal is to organize scripts in packages rather than create submodules.

@jingxu10 Your question about the `lscpu` output was a good lead. The problem was that with my locale settings the `lscpu` command returns output in Polish, which can't be correctly...

I haven't started working on LBFGS yet, so feel free to implement it, @dirkschumacher :wink:

In this place I would like to propose an initial road map of `torch` optimizers. In my opinion, our first goal could be to implement all optimizers , that are...

I understand your intention, but personally I would not recommend that (i.e. extracting and reexporting whole optim module). Optimizers cannot work without `torch`, so we'd create a cyclic graph of...