Nikolay Neupokoev

Results 11 comments of Nikolay Neupokoev

This issue is very common: - [Last message](https://github.com/gnab/rtl8812au/issues/3#issuecomment-307608190) in https://github.com/gnab/rtl8812au/issues/3 - [Self-diagnosed](https://github.com/gnab/rtl8812au/issues/25#issuecomment-72285779) in https://github.com/gnab/rtl8812au/issues/25 - Another issue from @OPSTime https://github.com/gnab/rtl8812au/issues/197 - Solved but not closed issue https://github.com/gnab/rtl8812au/issues/129 - Another solved...

For me this happens on Debian 10 when it hangs on "Waiting for Firefox to connect..." and I press Ctrl+q. With the --time-limit option browsh closes itself and leaves firefox...

@uersoy , it seems for me that you have modified the Dockerfile, because `pip3 install` is not the 5th step. You are missing ``` RUN mkdir /gpt-2 WORKDIR /gpt-2 ADD...

@Pavelrst, I used `tf_upgrade_v2` and didn't face any issue, though I used Python 3.8.1 and TensorFlow 2.3.0 ``` tf_upgrade_v2 --intree src --outtree src2 --reportfile report.txt ``` Anyway, file `encoder.py` doesn't...

There is no need to worry about the whole `tensorflow.contrib` module. In this project only the [HParams](https://www.tensorflow.org/versions/r1.15/api_docs/python/tf/contrib/training/HParams) class is used from `tensorflow.contrib.training` (import in `model.py`). What I have found (https://github.com/tensorflow/community/issues/148)...

I found more info in an old and already closed issue - https://github.com/openai/gpt-2/issues/19. I believe this link here will be helpful for newcomers (like myself). Ideally this repository needs a...

@cathhriss, @Agent215 It would be good to clarify what operating system you are using, python version and if you use virtual environment. Have you tried anything from this thread https://github.com/tqdm/tqdm/issues/497...

You mean this part: `np.sqrt(2/np.pi)`? I think it can be replaced with a constant value calculated once (0.7978845608028654). Just decide what precision is going to be enough.

@jeetparekh89, what version are you using? On 5.6.0 I've got similar warnings, but at least it shows what table causes the problem: ``` (16593) [Wed Sep 2 11:27:14 2020] KID...

Same thing happened to me on version 5.6.0. I can provide more information and I have a solution/workaround. My first sync goes OK: ``` bucardo add db db1 dbhost=*** dbport=5432...