You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for your generous sharing, at first.
When trying to train a model with CelebAMask dataset, it tolds me that I need label_name.txt and some .npy files, how could I find them or produce them? Really appreciate if you could answer my question, 'cause it have confused me several days.
The text was updated successfully, but these errors were encountered:
Thanks a lot! Furthermore, since I updated the version of my Pytorch, it tolds me:
File "D:\Anaconda\lib\site-packages\inplace_abn_init_.py", line 1, in
from .abn import ABN, InPlaceABN, InPlaceABNSync
File "D:\Anaconda\lib\site-packages\inplace_abn\abn.py", line 8, in
from .functions import inplace_abn, inplace_abn_sync
File "D:\Anaconda\lib\site-packages\inplace_abn\functions.py", line 8, in
from . import _backend
ImportError: DLL load failed: 找不到指定的程序。
Should I back off the version of my packages? Or it requires other .dll files?
Thank you for your generous sharing, at first.
When trying to train a model with CelebAMask dataset, it tolds me that I need label_name.txt and some .npy files, how could I find them or produce them? Really appreciate if you could answer my question, 'cause it have confused me several days.
The text was updated successfully, but these errors were encountered: