Mathieu Moreau

Results 188 issues of Mathieu Moreau

I followed the readme.md tutorial. Done the fine tuning. It created \checkpoint\run1\ directory. But when I run the 2nd part (standalone generate, from same dir I ran fine tuning from)...

``` [898 | 64206.12] loss=0.76 avg=0.84 [899 | 64275.59] loss=0.40 avg=0.84 [900 | 64345.04] loss=0.53 avg=0.83 ======== SAMPLE 1 ======== Traceback (most recent call last): File "C:\tmp\btc_all\btc_LUT\generators\gen_infintext_gpt2.py", line 27, in...

Issue Type: Bug Tabnine ignores global settings: "extensions.autoCheckUpdates": false, "extensions.autoUpdate": false, Very annoying that tabnine path of exe-s change and I have re-enable it every time in firewall. Extension version:...

I bought an Orange Pi i96 - installed the official debian image, - logged in - queried the free disk space: - I have **2.9GB** free disk space: Filesystem Size...

``` python3 # as user, not root import solcx solcx.get_solcx_install_folder() PosixPath('/home/admin/.solcx') ``` solcx.install_solc(version="0.4.26", show_progress=True, solcx_binary_path=None) ``` File "/home/admin/.local/share/virtualenvs/terd-H6HPKpgI/lib/python3.7/site-packages/solcx/install.py", line 433, in install_solc process_lock = get_process_lock(str(version)) File "/home/admin/.local/share/virtualenvs/terd-H6HPKpgI/lib/python3.7/site-packages/solcx/utils/lock.py", line 28, in...

### Environment information py-solc-x==1.1.1 win10 Python 3.7.0 ### What was wrong? Doing a simple import prints msg on console, this is highly unusual. ``` >>> import solcx INFO: Could not...

hash160 (20byte) format is very important and missing from output.

Running `python /oyente/oyente/oyente.py --compilation-error -s /home/test.txt -b` [test.txt](https://github.com/enzymefinance/oyente/files/7946039/test.txt) gives return value of 1 not 0, but result is valid: ``` WARNING:root:You are using evm version 1.8.2. The supported version is...

Running latest Oyente on contract: https://etherscan.io/address/0xae98b0e0c112b6d85ba32ff521b051f3fb2bafab#code extracted binary via etherscan API: [0xae98b0e0c112b6d85ba32ff521b051f3fb2bafab.txt](https://github.com/enzymefinance/oyente/files/8008155/0xae98b0e0c112b6d85ba32ff521b051f3fb2bafab.txt) Many other contracts pass this way. cmd `docker start oyente_cont && docker exec -i oyente_cont python /oyente/oyente/oyente.py --compilation-error...

``` The suggested golang 1.7 on Win 64 says unrecognized import path "math/bits" after: go get github.com/s-rah/onionscan ``` Forums suggest 1.10 should fix it. ``` golang 1.10 fails with #...