huberb

Results 3 issues of huberb

### Problem Statement I would like to use python progress bars (`tqdm`) with the REPL. I stumbled across this because the `tensorflow.keras.fit` function has a very messy output. I attached...

Hello, I believe there is an error in the encoder architecture? The last layer of the encoder uses Tanh, which does not make sense to me since the generator input...

I'm trying to add a new command to neovim using this project. This is my code: ```python import pynvim import inspect import logging logging.basicConfig(filename='/path/to/logs.txt', level=logging.DEBUG) logging.debug("file loaded") @pynvim.plugin class TestPlugin:...

question