Wok

Results 144 comments of Wok

In my case, everything works fine. So I don't think the issue is with the function itself. Maybe try setting the language of the Steam store to English.

The issue can arise because `requirements.txt` does not specify the version of `albumentations` to use: https://github.com/ternaus/robot-surgery-segmentation/blob/de12469172239a32c0dfe7c39832ac5e52ee2baf/requirements.txt#L1-L4 Following your remark about version, I have run `pip install --upgrade albumentations`, and this...

I follow this notebook: https://colab.research.google.com/drive/1g-ShMzkRWDMHPyjom_p-5kqkn2f-GwBi I try to use a PyTorch 256x256 `config-e` model, which I have converted with the flag `--channel_multiplier=1` and put here: ```bash /content/ganspace/models/checkpoints/stylegan2/stylegan2_steam_256.pt ``` I have...

Thank you for your reply. It was really not obvious to me that the default value (`g_mapping`) was a dummy name, especially as it appears also here: https://github.com/harskish/ganspace/blob/2480494ab07e7dd9ca1adc260c6208686504136c/visualize.py#L224-L228 I have...

Right. Thanks. I did not realize it was the same!

Even if you were a coder, you could not use this. I believe the plan is to offer an API (and a website) through a paywall to generate images based...

> I have no idea how credible [this tweet](https://twitter.com/bakztfuture/status/1542241519867920386?s=20&t=TTROivkV8bUWW1UCVegqFw) is, but it claims a billing/credit system is currently being built for DALL·E 2. That would not be surprising. That is...

Related: - #14