2022-05-03 15:33:53.292209: W tensorflow/stream_executor/platform/default/dso_load
er.cc:64] Could not load dynamic library 'cudart64_110.dll'; dlerror: cudart64_110
er flags.
2022-05-03 15:34:03.088826: W tensorflow/core/framework/cpu_allocator_impl.cc:82]
Allocation of 311859600 exceeds 10% of free system memory.
2022-05-03 15:34:05.074101: W tensorflow/core/framework/cpu_allocator_impl.cc:82]
Allocation of 311859600 exceeds 10% of free system memory.
2022-05-03 15:34:05.964411: W tensorflow/core/framework/cpu_allocator_impl.cc:82]
Allocation of 311859600 exceeds 10% of free system memory.
2022-05-03 15:35:13.596928: W tensorflow/core/framework/cpu_allocator_impl.cc:82]
Allocation of 311859600 exceeds 10% of free system memory.
2022-05-03 15:35:15.106278: W tensorflow/core/framework/cpu_allocator_impl.cc:82]
Allocation of 311859600 exceeds 10% of free system memory.
Exception in thread django-main-thread:
Traceback (most recent call last):
File "D:\python\lib\threading.py", line 1009, in _bootstrap_inner
self.run()
File "D:\python\lib\threading.py", line 946, in run
self._target(*self._args, **self._kwargs)
File "D:\python\lib\site-packages\django\utils\autoreload.py", line 64, in wrapp
er
fn(*args, **kwargs)
File "D:\python\lib\site-packages\django\core\management\commands\runserver.py",
line 134, in inner_run
self.check(display_num_errors=True)
File "D:\python\lib\site-packages\django\core\management\base.py", line 487, in
check
all_issues = checks.run_checks(
File "D:\python\lib\site-packages\django\core\checks\registry.py", line 88, in r
un_checks
new_errors = check(app_configs=app_configs, databases=databases)
File "D:\python\lib\site-packages\django\core\checks\urls.py", line 14, in check
_url_config
return check_resolver(resolver)
File "D:\python\lib\site-packages\django\core\checks\urls.py", line 24, in check
_resolver
return check_method()
File "D:\python\lib\site-packages\django\urls\resolvers.py", line 480, in check
for pattern in self.url_patterns:
File "D:\python\lib\site-packages\django\utils\functional.py", line 49, in __get
__
res = instance.dict[self.name] = self.func(instance)
File "D:\python\lib\site-packages\django\urls\resolvers.py", line 696, in url_pa
tterns
patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
File "D:\python\lib\site-packages\django\utils\functional.py", line 49, in _get
__
res = instance.dict[self.name] = self.func(instance)
File "D:\python\lib\site-packages\django\urls\resolvers.py", line 689, in urlcon
f_module
return import_module(self.urlconf_name)
File "D:\python\lib\importlib_init.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "", line 1050, in _gcd_import
File "", line 1027, in _find_and_load
File "", line 1006, in _find_and_load_unlocked
File "", line 688, in _load_unlocked
File "", line 883, in exec_module
File "", line 241, in _call_with_frames_removed
File "C:\Users\sqq\Desktop\bisheDjango\bisheDjango\urls.py", line 18, in <module
from . import view,dbControl
File "C:\Users\sqq\Desktop\bisheDjango\bisheDjango\dbControl.py", line 51, in
model = load_model(testpath_model)
File "D:\python\lib\site-packages\tensorflow\python\keras\saving\save.py", line
201, in load_model
return hdf5_format.load_model_from_hdf5(filepath, custom_objects,
File "D:\python\lib\site-packages\tensorflow\python\keras\saving\hdf5_format.py"
, line 180, in load_model_from_hdf5
model = model_config_lib.model_from_config(model_config,
return generic_utils.deserialize_keras_object(
(cls, cls_config) = class_and_config_for_serialized_keras_object(
File "D:\python\lib\site-packages\tensorflow\python\keras\utils\generic_utils.py", line 556, in class_and_config_for_serialized_keras_object
raise ValueError(
ValueError: Unknown layer: Bidirectional. Please ensure this object is passed to the custom_objects
argument. See https://www.tensorflow.org/guide/keras/save_and_se
rialize#registering_the_custom_object for details.