mirror of
https://github.com/TencentARC/GFPGAN.git
synced 2026-04-23 06:10:43 +00:00
Segmentation fault (core dumped) #382
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @meatloaf4u on GitHub (Aug 9, 2023).
Hi. I get this warning:
/home/khafan/anaconda3/envs/GPU/lib/python3.8/site-packages/torchvision/transforms/functional_tensor.py:5: UserWarning: The torchvision.transforms.functional_tensor module is deprecated in 0.15 and will be removed in 0.17. Please don't rely on it. You probably just need to use APIs in torchvision.transforms.functional or in torchvision.transforms.v2.functional.
warnings.warn(
Segmentation fault (core dumped)
all the depencies are installed. this is a pip freeze for my environment.
absl-py==1.4.0
addict==2.4.0
basicsr==1.4.2
cachetools==5.3.1
certifi==2022.12.7
charset-normalizer==2.1.1
cmake==3.25.0
contourpy==1.1.0
cycler==0.11.0
facexlib==0.3.0
filelock==3.9.0
filterpy==1.4.5
fonttools==4.42.0
future==0.18.3
-e git+https://github.com/TencentARC/GFPGAN.git@2eac2033893ca7f427f4035d80fe95b92649ac56#egg=gfpgan
google-auth==2.22.0
google-auth-oauthlib==1.0.0
grpcio==1.56.2
idna==3.4
imageio==2.31.1
importlib-metadata==6.8.0
importlib-resources==6.0.1
Jinja2==3.1.2
kiwisolver==1.4.4
lazy_loader==0.3
lit==15.0.7
llvmlite==0.40.1
lmdb==1.4.1
Markdown==3.4.4
MarkupSafe==2.1.2
matplotlib==3.7.2
mpmath==1.2.1
networkx==3.0
numba==0.57.1
numpy==1.24.1
oauthlib==3.2.2
opencv-python==4.8.0.74
packaging==23.1
Pillow==9.3.0
platformdirs==3.10.0
protobuf==4.24.0
pyasn1==0.5.0
pyasn1-modules==0.3.0
pyparsing==3.0.9
python-dateutil==2.8.2
pytorch-triton-rocm==2.0.1
PyWavelets==1.4.1
PyYAML==6.0.1
realesrgan==0.3.0
requests==2.28.1
requests-oauthlib==1.3.1
rsa==4.9
scikit-image==0.21.0
scipy==1.10.1
six==1.16.0
sympy==1.11.1
tb-nightly==2.14.0a20230808
tensorboard-data-server==0.7.1
tifffile==2023.7.10
tomli==2.0.1
torch==2.0.1+rocm5.4.2
torchaudio==2.0.2+rocm5.4.2
torchvision==0.15.2+rocm5.4.2
tqdm==4.65.2
typing_extensions==4.4.0
urllib3==1.26.13
Werkzeug==2.3.6
yapf==0.40.1
zipp==3.16.2
@tommy-qichang commented on GitHub (Oct 23, 2023):
same here, any updates?
@fahimijalil commented on GitHub (Mar 30, 2024):
Same here any updates ?