CorcovadoMing
CorcovadoMing
@shimaode I tried to modify main.js in official docker container located in `butterfly/static/main.js` and copy the `butterfly/static/main.js` to `butterfly/static/main.min.js`. It did change the behavior when I type space on iPad....
@shimaode I know nothing about coffeescript, but I assume it is related to https://github.com/paradoxxxzero/butterfly/blob/master/coffees/term.coffee#L1526
@shimaode Sorry, I didn't use SSL. Instead, I used login username and password as in docker section in README
@lxj0276 FYI http://keras.io/optimizers/ There are no l2 parameter for SGD in newer Keras version Maybe you should remove the l2 option in the function call
No, I've pulled the clean repo again, and it didn't cache for me. I do the following steps to install ```bash git clone https://github.com/zhanghang1989/PyTorch-Encoding.git cd PyTorch-Encoding python setup.py install ```...
I found it **did** generate the caches, but it still compile repeatedly I've enabled the `verbose=True` in `__init__.py` under `lib` to see what's going on: ``` >>> import encoding Detected...