albus

Results 10 comments of albus

On the cluster, the command `CUDA_VISIBLE_DEVICES=7 python -m trace --trace train.py --batch 4 ./Maps_512/` gives an error ending with ` --- modulename: genericpath, funcname: exists genericpath.py(18): try: genericpath.py(19): os.stat(path) genericpath.py(22):...

I had the same issue on OSX and I could not fix it. Everything worked fine once I switched to Ubuntu (osmnx: 1.0.1).

@leocornelius Do you remember how you fixed this? I'm at the same point :-)

I managed to run the code in ~30 seconds on an RTX 3060 (12 GB VRAM). Approach: - Include @b4sh 's changes in the current main - Reduce image size...

Hi, I tried following the commands in the link but they don't fix the issue. In detail, `python3 setup.py build` gives the errors reported [here](https://gist.github.com/albusdemens/4a4a4a746cebfb5da01a2e1286694471) (`error: command '/usr/bin/nvcc' failed with...

Hello, I have a deadline this friday so I didn't have any time for this. Next week should be better. I'll let you know ASAP

@yingzhige00 @epicgzs1112 @hailuu684 @lacie-life I wrote down my thoughts, trying to explain the intuition I got, and listed the points that should be considered/tested/solved. Feel free to let me know...

> This happened for me as well, on M1 macbook. I got a little further with: > > ``` > ./Blender.app/Contents/Resources/3.3/python/bin/python3.10 -m pip install -r ./requirements.txt > ./Blender.app/Contents/Resources/3.3/python/bin/python3.10 -m pip...

@Pawandeep-prog I fixed the issue by following [this suggestion](https://github.com/NVlabs/stylegan3/issues/66#issuecomment-1006375618).

1. Install WSL 2 2. Install Conda on WSL 2 3. Clone the repo and follow the instructions 4. If necessary, check [this suggestion](https://github.com/NVlabs/stylegan3/issues/66#issuecomment-1006375618) This recipe worked fine for me....