InvalidSubmission:
Traceback (most recent call last):
File "/workspace/src/duckietown-challenges/src/duckietown_challenges/cie_concrete.py", line 486, in wrap_evaluator
raise InvalidSubmission(out[SPECIAL_INVALID_SUBMISSION])
InvalidSubmission: Invalid solution:
Traceback (most recent call last):
File "/notebooks/src/duckietown-challenges/src/duckietown_challenges/cie_concrete.py", line 586, in wrap_solution
raise InvalidSubmission(msg)
InvalidSubmission: Uncaught exception in solution:
Traceback (most recent call last):
File "/notebooks/src/duckietown-challenges/src/duckietown_challenges/cie_concrete.py", line 581, in wrap_solution
solution.run(cis)
File "solution.py", line 61, in run
solve(params, cis) # let's try to solve the challenge, exciting ah?
File "solution.py", line 35, in solve
action = model.predict(observation)
File "/workspace/model.py", line 64, in predict
self._observation: [state],
File "/usr/local/lib/python2.7/dist-packages/tensorflow/python/client/session.py", line 887, in run
run_metadata_ptr)
File "/usr/local/lib/python2.7/dist-packages/tensorflow/python/client/session.py", line 1086, in _run
str(subfeed_t.get_shape())))
ValueError: Cannot feed value of shape (1, 120, 160, 3) for Tensor u'state:0', which has shape '(1, 480, 640, 3)'
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
InvalidSubmission:
Traceback (most recent call last):
File "/workspace/src/duckietown-challenges/src/duckietown_challenges/cie_concrete.py", line 486, in wrap_evaluator
raise InvalidSubmission(out[SPECIAL_INVALID_SUBMISSION])
InvalidSubmission: Invalid solution:
Traceback (most recent call last):
File "/notebooks/src/duckietown-challenges/src/duckietown_challenges/cie_concrete.py", line 586, in wrap_solution
raise InvalidSubmission(msg)
InvalidSubmission: Uncaught exception in solution:
Traceback (most recent call last):
File "/notebooks/src/duckietown-challenges/src/duckietown_challenges/cie_concrete.py", line 581, in wrap_solution
solution.run(cis)
File "solution.py", line 61, in run
solve(params, cis) # let's try to solve the challenge, exciting ah?
File "solution.py", line 35, in solve
action = model.predict(observation)
File "/workspace/model.py", line 64, in predict
self._observation: [state],
File "/usr/local/lib/python2.7/dist-packages/tensorflow/python/client/session.py", line 887, in run
run_metadata_ptr)
File "/usr/local/lib/python2.7/dist-packages/tensorflow/python/client/session.py", line 1086, in _run
str(subfeed_t.get_shape())))
ValueError: Cannot feed value of shape (1, 120, 160, 3) for Tensor u'state:0', which has shape '(1, 480, 640, 3)'
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
Uncaught exception:
Traceback (most recent call last):
File "/data/work/vmware-michela-shared/DT/dt-env/dt-env-developer/challenges/duckietown-challenges-runner/src/duckietown_challenges_runner/runner.py", line 304, in go_
uploaded = upload_files(wd, aws_config)
File "/data/work/vmware-michela-shared/DT/dt-env/dt-env-developer/challenges/duckietown-challenges-runner/src/duckietown_challenges_runner/runner.py", line 674, in upload_files
uploaded = upload(aws_config, toupload)
File "/data/work/vmware-michela-shared/DT/dt-env/dt-env-developer/challenges/duckietown-challenges-runner/src/duckietown_challenges_runner/runner.py", line 844, in upload
aws_object.load()
File "/Users/andrea/env_mcdp/deploy/lib/python2.7/site-packages/boto3/resources/factory.py", line 505, in do_action
response = action(self, *args, **kwargs)
File "/Users/andrea/env_mcdp/deploy/lib/python2.7/site-packages/boto3/resources/action.py", line 83, in __call__
response = getattr(parent.meta.client, operation_name)(**params)
File "/Users/andrea/env_mcdp/deploy/lib/python2.7/site-packages/botocore/client.py", line 320, in _api_call
return self._make_api_call(operation_name, kwargs)
File "/Users/andrea/env_mcdp/deploy/lib/python2.7/site-packages/botocore/client.py", line 610, in _make_api_call
operation_model, request_dict)
File "/Users/andrea/env_mcdp/deploy/lib/python2.7/site-packages/botocore/endpoint.py", line 102, in make_request
return self._send_request(request_dict, operation_model)
File "/Users/andrea/env_mcdp/deploy/lib/python2.7/site-packages/botocore/endpoint.py", line 147, in _send_request
request, operation_model, attempts)
File "/Users/andrea/env_mcdp/deploy/lib/python2.7/site-packages/botocore/endpoint.py", line 179, in _get_response
http_response = self._send(request)
File "/Users/andrea/env_mcdp/deploy/lib/python2.7/site-packages/botocore/endpoint.py", line 223, in _send
return self.http_session.send(request)
File "/Users/andrea/env_mcdp/deploy/lib/python2.7/site-packages/botocore/httpsession.py", line 242, in send
decode_content=False,
File "/Users/andrea/env_mcdp/deploy/lib/python2.7/site-packages/urllib3/connectionpool.py", line 601, in urlopen
chunked=chunked)
File "/Users/andrea/env_mcdp/deploy/lib/python2.7/site-packages/urllib3/connectionpool.py", line 346, in _make_request
self._validate_conn(conn)
File "/Users/andrea/env_mcdp/deploy/lib/python2.7/site-packages/urllib3/connectionpool.py", line 850, in _validate_conn
conn.connect()
File "/Users/andrea/env_mcdp/deploy/lib/python2.7/site-packages/urllib3/connection.py", line 326, in connect
ssl_context=context)
File "/Users/andrea/env_mcdp/deploy/lib/python2.7/site-packages/urllib3/util/ssl_.py", line 329, in ssl_wrap_socket
return context.wrap_socket(sock, server_hostname=server_hostname)
File "/Applications/Canopy.app/appdata/canopy-1.7.4.3348.macosx-x86_64/Canopy.app/Contents/lib/python2.7/ssl.py", line 352, in wrap_socket
_context=self)
File "/Applications/Canopy.app/appdata/canopy-1.7.4.3348.macosx-x86_64/Canopy.app/Contents/lib/python2.7/ssl.py", line 579, in __init__
self.do_handshake()
File "/Applications/Canopy.app/appdata/canopy-1.7.4.3348.macosx-x86_64/Canopy.app/Contents/lib/python2.7/ssl.py", line 808, in do_handshake
self._sslobj.do_handshake()
KeyboardInterrupt
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.