Borys Kabakov
Borys Kabakov
So it is still not reproducible? :))
Files has "Copy" part because I've downloaded them as it was proposed in #49 (via copying inside google drive). Output of unzip -t `Copy\ of\ 100_epoch_selfie2anime_checkpoint.zip`: ``` Archive: Copy of...
`unzip Copy\ of\ 100_epoch_selfie2anime_checkpoint.zip` was successful. But Cumulative size of extracted data was ~750M. Above described message `warning [Copy of 100_epoch_selfie2anime_checkpoint.zip]: 4294967296 extra bytes at beginning or within zipfile` allegedly...
@neuralphene thank you, at lat I was able to see is it NN so good as they wrote about it. And no, it is not :) Without judging the architecture...
`python -m websockets ws://localhost:8080/` throws error ``` websockets.exceptions.ConnectionClosedError: no close frame received or sent ```
Well, I think that vertical borders in table out-of-the-box would be very nice feature. Few flavors of Markdown, e.g. GitMarkdown, already implemented it, so it actually in-demand feature. Every time...
> 100B is a bit big though Well, yes, alas. But there are other smaller models: - https://github.com/IlyaGusev/rulm - https://github.com/imoneoi/openchat
idnk, should it? it only colors cracked hashes because they are simply buffer output, without any logging stuff.
I added `--color` option, which is boolean and currently available only on non WIN machines: ```bash # will provide cracked hashhes in cyan color ./hashcat -a3 -w3 -m0 698d51a19d8a121ce581499d7b701668 ?d?d?d...
> This means color codes will never be printed to files, only to terminal. O, thank you, I'll add this condition > Also, we use the exact same code and...