Wistral Shan

Results 6 comments of Wistral Shan

> Thanks, it does work for me. ```sh rm /home/pi/miniconda3/lib/libcrypto.so.1.1 && ln -s /usr/lib/aarch64-linux-gnu/libcrypto.so.1.1 /home/pi/miniconda3/lib/lib crypto.so.1.1 miniconda3/condabin/conda init miniconda3/condabin/conda activate ```

> One more finding, when using `--checkpoint_path` rather than `--output_dir,` there will be no error. Yes, I tried this approach, it works... More specific, change `--output_dir=model-dir` to `--checkpoint_path=model-dir/model-name`, model-name without...

My platform info: Ubuntu 18.04.5 LTS Linux spc 5.4.0-62-generic #70~18.04.1-Ubuntu SMP Tue Jan 12 17:18:00 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux >tensor2tensor 1.9.0 tensorboard 1.12.2 tensorflow-gpu 1.12.0 tensorflow-probability 0.7.0

Me,too. All tables can work well in `mysql`, but part of them behave strange in `mycli`. My running env is `mysql Ver 14.14 Distrib 5.7.17, for Win64 (x86_64)` and `mycli...

I successfully fix this by setting environment var, maybe help for others. ```sh export https_proxy=192.168.31.45:12333 export http_proxy=192.168.31.45:12333 ``` `192.168.31.45:12333` is your proxy `host:port`

That was what I exactly want to solve... eg. File downloading interrupted and continue to download.