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
@@ -26,6 +26,7 @@ This means you can seamlessly load a wide variety of pretrained models from the
26
26
Hub directly into KerasHub with just a few lines of code.
27
27
28
28
Key advantages of using KerasHub converters:
29
+
29
30
-**Ease of Use**: Load HuggingFace models without manual conversion steps.
30
31
-**Broad Compatibility**: Access a vast range of models available on the HuggingFace Hub.
31
32
-**Seamless Integration**: Work with these models using familiar Keras APIs for training,
@@ -56,12 +57,12 @@ import keras_hub
56
57
<divclass="k-default-codeblock">
57
58
```
58
59
WARNING: All log messages before absl::InitializeLog() is called are written to STDERR
59
-
E0000 00:00:1750277663.37194612245 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered
60
-
E0000 00:00:1750277663.37633612245 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered
61
-
W0000 00:00:1750277663.38774812245 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.
62
-
W0000 00:00:1750277663.38776112245 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.
63
-
W0000 00:00:1750277663.38776212245 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.
64
-
W0000 00:00:1750277663.38776312245 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.
60
+
E0000 00:00:1750320123.730040 8092 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered
61
+
E0000 00:00:1750320123.734497 8092 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered
62
+
W0000 00:00:1750320123.745803 8092 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.
63
+
W0000 00:00:1750320123.745816 8092 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.
64
+
W0000 00:00:1750320123.745818 8092 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.
65
+
W0000 00:00:1750320123.745819 8092 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.
0 commit comments