|
发表于 2021-10-24 13:04:26
|
显示全部楼层
kaggle是不是封杀dfl了
最近添加deepfacelab的数据集都是失败,从项目里添加也是失败
还有,环境依赖也装不上了
tensorflow-io 0.18.0 requires tensorflow-io-gcs-filesystem==0.18.0, which is not installed.
explainable-ai-sdk 1.3.2 requires xai-image-widget, which is not installed.
dask-cudf 21.8.3 requires cupy-cuda114, which is not installed.
cudf 21.8.3 requires cupy-cuda110, which is not installed.Process Process-1:Traceback (most recent call last): File "/opt/conda/lib/python3.7/multiprocessing/process.py", line 297, in _bootstrap self.run() File "/opt/conda/lib/python3.7/multiprocessing/process.py", line 99, in run self._target(*self._args, **self._kwargs) File "/kaggle/working/DeepFaceLab/core/leras/device.py", line 102, in _get_tf_devices_proc import tensorflow File "/opt/conda/lib/python3.7/site-packages/tensorflow/__init__.py", line 41, in <module> from tensorflow.python.tools import module_util as _module_util File "/opt/conda/lib/python3.7/site-packages/tensorflow/python/__init__.py", line 48, in <module> from tensorflow.python import keras File "/opt/conda/lib/python3.7/site-packages/tensorflow/python/keras/__init__.py", line 27, in <module> from tensorflow.python.keras import models File "/opt/conda/lib/python3.7/site-packages/tensorflow/python/keras/models.py", line 27, in <module> from tensorflow.python.keras.engine import sequential File "/opt/conda/lib/python3.7/site-packages/tensorflow/python/keras/engine/sequential.py", line 28, in <module> from tensorflow.python.keras import layers as layer_module File "/opt/conda/lib/python3.7/site-packages/tensorflow/python/keras/layers/__init__.py", line 177, in <module> from tensorflow.python.keras.layers.normalization import LayerNormalizationImportError: cannot import name 'LayerNormalization' from 'tensorflow.python.keras.layers.normalization' (/opt/conda/lib/python3.7/site-packages/tensorflow/python/keras/layers/normalization/__init__.py)
|
|