Florian
Florian
This tool would be much more useful/powerful if you could distinguish access modifiers on the generated diagram.
I am using the automap to make ViZDoom act more like a regular Atari environment. I am trying to make it more readable for the agent by giving different colors...
I can't find a clear dependency list for this project, such as a `requirements.txt` or `environment.yml` file. This is problematic, for example if I spin up the repo on Colab,...
minGPT is a minimal PyTorch re-implementation of OpenAI GPT by @karpathy: https://github.com/karpathy/minGPT It's extremely readable and great for teaching purpose. I was wondering if you would consider extending ecco to...
I am curious in the paper how many layers are used in `Config-B`: is it already 39 layers? or is it still 14 like in StyleGAN3-t, and the additional layers...
The [Pokemon example in the README](https://github.com/autonomousvision/stylegan_xl#training-the-stem) trains a stem at 16x16 then trains a 32x32 super-resolution stage: ```shell python train.py \ --cfg=stylegan3-t \ --outdir=./training-runs/pokemon \ --data=./data/pokemon16.zip \ --gpus=8 --batch=64 --batch-gpu...
It looks like in some cases, a drone with a packet moving on top of a delivery point appears as a skyscrapper. Here a consecutive sequence of frames:
## Description Looking at the various spinner animations in this JSON file, it is difficult to really get how they will look: https://github.com/sindresorhus/cli-spinners/blob/main/spinners.json I would be useful to have a...
I noticed a few days ago that it stopped working. I see another recent review mentioning the same problem so it's not just me. Using Chrome Version 74.0.3729.169 (Official Build)...
It is not always possible to copy-paste the code while keeping the formatting. So it would be useful to be able to export the highlighted code as an image.