Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 2020-09-17 05:17:25,013: Error running WSGI application
- 2020-09-17 05:17:25,016: tensorflow.python.util.tf_export.SymbolAlreadyExposedError: Symbol name_scope_v1 is already exposed as ().
- 2020-09-17 05:17:25,019: File "/home/anush123/.virtualenvs/myenv/lib/python3.7/site-packages/django/core/handlers/wsgi.py", line 133, in __call__
- 2020-09-17 05:17:25,019: response = self.get_response(request)
- 2020-09-17 05:17:25,019:
- 2020-09-17 05:17:25,019: File "/home/anush123/.virtualenvs/myenv/lib/python3.7/site-packages/django/core/handlers/base.py", line 128, in get_response
- 2020-09-17 05:17:25,020: response = self._middleware_chain(request)
- 2020-09-17 05:17:25,020:
- 2020-09-17 05:17:25,020: File "/home/anush123/.virtualenvs/myenv/lib/python3.7/site-packages/django/core/handlers/exception.py", line 49, in inner
- 2020-09-17 05:17:25,020: response = response_for_exception(request, exc)
- 2020-09-17 05:17:25,020:
- 2020-09-17 05:17:25,020: File "/home/anush123/.virtualenvs/myenv/lib/python3.7/site-packages/django/core/handlers/exception.py", line 103, in response_for_exception
- 2020-09-17 05:17:25,021: response = handle_uncaught_exception(request, get_resolver(get_urlconf()), sys.exc_info())
- 2020-09-17 05:17:25,021:
- 2020-09-17 05:17:25,021: File "/home/anush123/.virtualenvs/myenv/lib/python3.7/site-packages/django/core/handlers/exception.py", line 141, in handle_uncaught_exception
- 2020-09-17 05:17:25,021: callback, param_dict = resolver.resolve_error_handler(500)
- 2020-09-17 05:17:25,021:
- 2020-09-17 05:17:25,021: File "/home/anush123/.virtualenvs/myenv/lib/python3.7/site-packages/django/urls/resolvers.py", line 602, in resolve_error_handler
- 2020-09-17 05:17:25,021: callback = getattr(self.urlconf_module, 'handler%s' % view_type, None)
- 2020-09-17 05:17:25,022:
- 2020-09-17 05:17:25,022: File "/home/anush123/.virtualenvs/myenv/lib/python3.7/site-packages/django/utils/functional.py", line 48, in __get__
- 2020-09-17 05:17:25,022: res = instance.__dict__[self.name] = self.func(instance)
- 2020-09-17 05:17:25,022:
- 2020-09-17 05:17:25,022: File "/home/anush123/.virtualenvs/myenv/lib/python3.7/site-packages/django/urls/resolvers.py", line 582, in urlconf_module
- 2020-09-17 05:17:25,022: return import_module(self.urlconf_name)
- 2020-09-17 05:17:25,022:
- 2020-09-17 05:17:25,023: File "/home/anush123/sample/mysite/urls.py", line 22, in <module>
- 2020-09-17 05:17:25,023: path('',include('transfer.urls'))
- 2020-09-17 05:17:25,023:
- 2020-09-17 05:17:25,023: File "/home/anush123/.virtualenvs/myenv/lib/python3.7/site-packages/django/urls/conf.py", line 34, in include
- 2020-09-17 05:17:25,023: urlconf_module = import_module(urlconf_module)
- 2020-09-17 05:17:25,023:
- 2020-09-17 05:17:25,023: File "/home/anush123/sample/transfer/urls.py", line 2, in <module>
- 2020-09-17 05:17:25,024: from . import views
- 2020-09-17 05:17:25,024:
- 2020-09-17 05:17:25,024: File "/home/anush123/sample/transfer/views.py", line 5, in <module>
- 2020-09-17 05:17:25,024: import tensorflow as tf
- 2020-09-17 05:17:25,024:
- 2020-09-17 05:17:25,024: File "/home/anush123/.virtualenvs/myenv/lib/python3.7/site-packages/tensorflow/__init__.py", line 41, in <module>
- 2020-09-17 05:17:25,025: from tensorflow.python.tools import module_util as _module_util
- 2020-09-17 05:17:25,025:
- 2020-09-17 05:17:25,025: File "/home/anush123/.virtualenvs/myenv/lib/python3.7/site-packages/tensorflow/python/__init__.py", line 47, in <module>
- 2020-09-17 05:17:25,025: from tensorflow.python import keras
- 2020-09-17 05:17:25,025:
- 2020-09-17 05:17:25,025: File "/home/anush123/.virtualenvs/myenv/lib/python3.7/site-packages/tensorflow/python/keras/__init__.py", line 27, in <module>
- 2020-09-17 05:17:25,025: from tensorflow.python.keras import models
- 2020-09-17 05:17:25,028:
- 2020-09-17 05:17:25,028: File "/home/anush123/.virtualenvs/myenv/lib/python3.7/site-packages/tensorflow/python/keras/models.py", line 23, in <module>
- 2020-09-17 05:17:25,028: from tensorflow.python.keras import backend as K
- 2020-09-17 05:17:25,029:
- 2020-09-17 05:17:25,029: File "/home/anush123/.virtualenvs/myenv/lib/python3.7/site-packages/tensorflow/python/keras/backend.py", line 915, in <module>
- 2020-09-17 05:17:25,029: keras_export(v1=['keras.backend.name_scope'])(ops.name_scope_v1)
- 2020-09-17 05:17:25,029:
- 2020-09-17 05:17:25,029: File "/home/anush123/.virtualenvs/myenv/lib/python3.7/site-packages/tensorflow/python/util/tf_export.py", line 340, in __call__
- 2020-09-17 05:17:25,029: self.set_attr(undecorated_func, api_names_attr, self._names)
- 2020-09-17 05:17:25,029:
- 2020-09-17 05:17:25,030: File "/home/anush123/.virtualenvs/myenv/lib/python3.7/site-packages/tensorflow/python/util/tf_export.py", line 357, in set_attr
- 2020-09-17 05:17:25,030: (func.__name__, getattr(func, api_names_attr))) # pylint: disable
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement