Alexander Kryuchkov
Alexander Kryuchkov
I added argparse to script and requirements.txt. Now it has cli interface. matplotlib was removed.
I cannot find solution for building FreeSpace.exe? Is it external dependency or inside project?
I download the pretrained model from Google Drive by link: https://drive.google.com/open?id=12kWoB0-_tflq65RNpJEnNGTTwPXa6IOH Run project in Docker with provided Dockerfile, but got error when restoring model: ``` pu-gan_1 | None pu-gan_1 |...
How can i use semantic net in your project? The semantic net was used in center selection mechanism in the paper, but in the code this part is commented out...
I tried to run the example from the HuggingFace: [https://huggingface.co/stabilityai/stable-diffusion-x4-upscaler](https://huggingface.co/stabilityai/stable-diffusion-x4-upscaler) and got error: ```console CUDA error (/tmp/pip-req-build-f05pbkq3/third_party/flash-attention/csrc/flash_attn/src/fmha_fprop_fp16_kernel.sm80.cu:68): invalid argument ```` Conda env: ```console active environment : phygc-rnd-stable-diffusion-2-0 shell level :...
Cannot run an example in the docker because migration lead to error. ## docker-compose.all.yaml ```yaml services: modeldb-backend: image: vertaaiofficial/modeldb-backend:2.0.8.1 container_name: "modeldb-backend" expose: - "8085" - "8086" ports: - "8085:8085" -...
This pull request fixes an issue when the URL contains a dash. Expected normal parsing: ``` https://gitlab.company-net.com/username/myproject.git ``` Actually is `ValueError`.
This pull request contains the following changes: 1. Imports are relative in the `taming` module. 2. Missing `__init__.py` added. We can install it as a plain python package through `setup.py`...
I got an error when try to install pointnet2 extension and run training. After `pip install -e .`: ``` Traceback (most recent call last): File "/content/Meta-PU/model/networks.py", line 17, in import...
An one repository in requirements.txt is not found. [https://github.com/pleaseconnectwifi/Meta-PU/blob/143f3eb599f19b8e06042d124fe92abbac274c85/requirements.txt#L1](https://github.com/pleaseconnectwifi/Meta-PU/blob/143f3eb599f19b8e06042d124fe92abbac274c85/requirements.txt#L1) Is it possible to replace on one from this list? - https://github.com/chenzhutian/etw_pytorch_utils - https://github.com/peter0749/etw_pytorch_utils