doneforaiur

Results 12 comments of doneforaiur

`sudo apt-get purge i3` Solved my issue, I was trying to uninstall i3 from scratch tho. Just deleted i3wm-themer and changed my $mod key to alt. I'm confused lmao.

Workaround: you could comment out the check in `/ctcdecode/src/ctc_beam_search_decoder.cpp` at 62-64 lines and reinstalling ctcdecode with `python install .`. I don't know the implications but since my vocab's size is...

Did you followed the instructions? `cd chapters/chapter_7` `poetry install` If the issue persists, you can always manually install libraries like this; `pip install structlog`

https://machinelearningmastery.com/exploding-gradients-in-neural-networks My first thought was this. I'm not entirely sure tho. In my experience training for too long would lead to gibberish or quoting dataset word by word. (Exploding gradients...

As far as I know, LSTM helps with exploding gradients problem. Sadly, I'm not sure. Did you tinker with "keep probabilities"? Maybe the model's neurons count dips too low? :(

https://github.com/karpathy/char-rnn#best-models-strategy I meant "dropout". I'm sure it's implemented in textgenrnn too.

Ahhhh, I think I got it. The learning rate drops too low when the current epoch number is too high. I think it might be something to do with that....

Bump. An option to put three dashes between feeds when they are `feed-sort-order firsttag`ged would be great.

@CRMemory, yes, that's exactly how I imagined it. Altough as @Minoru said, it makes `firsttag` obselete. It would be nice to have an indicator when `feed-sort-order firsttag` is set. It's...