allo-

Results 424 comments of allo-

- Prevent matching text links: use a selector `img.twitter-share-button` or similiar. (maybe easy. need to look into it how this interacts with scripts. https://about.twitter.com/resources/buttons#tweet seems to load a script outside...

I do not have a Mac. Do you know any compatible PC program? Maybe you can provide a zip (tar, rar, etc.) with a format that works with common archive...

I tried the Linux command line version of The Unarchiver and got: ``` ../100_epoch_selfie2anime_checkpoint.zip: Zip checkpoint/ (dir)... OK. Archive parsing failed! (Unknown error.) Successfully extracted to "./checkpoint". ``` only the...

I could extract the checkpoint 204 from the fork of this project: https://github.com/OdysseeT/UGATIT I did not have the time to test it yet, though. #92 also reports some problems with...

I get the same, since I upgraded to a version with this commit https://github.com/rkfg/gpt-2/commit/db1784cae78f356e2776439f6e5fa4abccd2cf0a The change from ``context_tokens = data_sampler.sample(1)`` to ``context_tokens = data_sampler.sample(128)`` introduced the problem. My ``hparams.json``: ```...

For me it happend the first time the new version tried to output a training sample and for the OP probably as well, because the default interval for outputting training...

Hello, I tried this, but I am not sure if ``hparams.json`` is correct. I followed your instructions and get a file: ``` { "n_vocab": 1024, "n_ctx": 1024, "n_embd": 768, "n_head":...

Thank you for the library, it works quite good so far. I am using it for distance fields here. Hmm, i guess it's hard to generalize on the vector library,...

I am currently using a checkout from master.

Is develop working as well as master? I think I will need it anyway for the ray-triangle test. Then i could merge this with develop and cherry pick the index-range...