Skip to content

Instantly share code, notes, and snippets.

@prabhant
Created June 10, 2020 19:29
Show Gist options
  • Save prabhant/04ebcd1ee1b161e16302f31ea8800530 to your computer and use it in GitHub Desktop.
Save prabhant/04ebcd1ee1b161e16302f31ea8800530 to your computer and use it in GitHub Desktop.
pytorch error log
---------------------------------------------------------------------------
OpenMLServerException Traceback (most recent call last)
<ipython-input-8-b6154457ed10> in <module>()
6 run = openml.runs.run_model_on_task(model, task, avoid_duplicate_runs=False)
7 # Publish the experiment on OpenML (optional, requires an API key).
----> 8 run.publish()
9
10 print('URL for run: %s/run/%d' % (openml.config.server, run.run_id))
5 frames
/usr/local/lib/python3.6/dist-packages/openml/_api_calls.py in _read_url_files(url, data, file_elements)
84 )
85 if response.status_code != 200:
---> 86 raise _parse_server_exception(response, url, file_elements=file_elements)
87 if 'Content-Encoding' not in response.headers or \
88 response.headers['Content-Encoding'] != 'gzip':
OpenMLServerException:
<oml:flow xmlns:oml="http://openml.org/openml">
<oml:name>torch.nn.modules.container.Sequential.d8f7ee6cbc49e3a4</oml:name>
<oml:class_name>torch.nn.modules.container.Sequential.d8f7ee6cbc49e3a4</oml:class_name>
<oml:external_version>openml==0.10.2,openml_pytorch==module.__version__,torch==1.5.0+cu101,torch==module.__version__</oml:external_version>
<oml:description>Automatically created pytorch flow.</oml:description>
<oml:language>English</oml:language>
<oml:dependencies>torch==1.5.0+cu101
numpy&gt;=1.6.1
scipy&gt;=0.9</oml:dependencies>
<oml:parameter>
<oml:name>children</oml:name>
<oml:default_value>[{"oml-python:serialized_object": "component_reference", "value": {"key": "0", "step_name": "0"}}, {"oml-python:serialized_object": "component_reference", "value": {"key": "1", "step_name": "1"}}, {"oml-python:serialized_object": "component_reference", "value": {"key": "2", "step_name": "2"}}]</oml:default_value>
</oml:parameter>
<oml:component>
<oml:identifier>0</oml:identifier>
<oml:flow xmlns:oml="http://openml.org/openml">
<oml:name>torch.nn.modules.container.Sequential.d743c7a4db61e01</oml:name>
<oml:class_name>torch.nn.modules.container.Sequential.d743c7a4db61e01</oml:class_name>
<oml:external_version>openml==0.10.2,openml_pytorch==module.__version__,torch==1.5.0+cu101,torch==module.__version__</oml:external_version>
<oml:description>Automatically created pytorch flow.</oml:description>
<oml:language>English</oml:language>
<oml:dependencies>torch==1.5.0+cu101
numpy&gt;=1.6.1
scipy&gt;=0.9</oml:dependencies>
<oml:parameter>
<oml:name>children</oml:name>
<oml:default_value>[{"oml-python:serialized_object": "component_reference", "value": {"key": "0", "step_name": "0"}}, {"oml-python:serialized_object": "component_reference", "value": {"key": "1", "step_name": "1"}}]</oml:default_value>
</oml:parameter>
<oml:component>
<oml:identifier>0</oml:identifier>
<oml:flow xmlns:oml="http://openml.org/openml">
<oml:name>openml_pytorch.layers.functional.Functional.9f1cf29795c82579</oml:name>
<oml:class_name>openml_pytorch.layers.functional.Functional.9f1cf29795c82579</oml:class_name>
<oml:external_version>openml==0.10.2,openml_pytorch==module.__version__,torch==1.5.0+cu101</oml:external_version>
<oml:description>Automatically created pytorch flow.</oml:description>
<oml:language>English</oml:language>
<oml:dependencies>torch==1.5.0+cu101
numpy&gt;=1.6.1
scipy&gt;=0.9</oml:dependencies>
<oml:parameter>
<oml:name>args</oml:name>
<oml:default_value>[]</oml:default_value>
</oml:parameter>
<oml:parameter>
<oml:name>function</oml:name>
<oml:default_value>{"oml-python:serialized_object": "methoddescriptor", "value": "torch._C._TensorBase.reshape"}</oml:default_value>
</oml:parameter>
<oml:parameter>
<oml:name>kwargs</oml:name>
<oml:default_value>{"shape": [-1, 1, 28, 28]}</oml:default_value>
</oml:parameter>
<oml:tag>openml-python</oml:tag>
<oml:tag>pytorch</oml:tag>
<oml:tag>python</oml:tag>
<oml:tag>torch_1.5.0+cu101</oml:tag>
</oml:flow>
</oml:component>
<oml:component>
<oml:identifier>1</oml:identifier>
<oml:flow xmlns:oml="http://openml.org/openml">
<oml:name>torch.nn.modules.batchnorm.BatchNorm2d.f53b800d523caca</oml:name>
<oml:class_name>torch.nn.modules.batchnorm.BatchNorm2d.f53b800d523caca</oml:class_name>
<oml:external_version>openml==0.10.2,torch==1.5.0+cu101,torch==module.__version__</oml:external_version>
<oml:description>Automatically created pytorch flow.</oml:description>
<oml:language>English</oml:language>
<oml:dependencies>torch==1.5.0+cu101
numpy&gt;=1.6.1
scipy&gt;=0.9</oml:dependencies>
<oml:parameter>
<oml:name>affine</oml:name>
<oml:default_value>true</oml:default_value>
</oml:parameter>
<oml:parameter>
<oml:name>eps</oml:name>
<oml:default_value>1e-05</oml:default_value>
</oml:parameter>
<oml:parameter>
<oml:name>momentum</oml:name>
<oml:default_value>0.1</oml:default_value>
</oml:parameter>
<oml:parameter>
<oml:name>num_features</oml:name>
<oml:default_value>1</oml:default_value>
</oml:parameter>
<oml:parameter>
<oml:name>track_running_stats</oml:name>
<oml:default_value>true</oml:default_value>
</oml:parameter>
<oml:tag>openml-python</oml:tag>
<oml:tag>pytorch</oml:tag>
<oml:tag>python</oml:tag>
<oml:tag>torch_1.5.0+cu101</oml:tag>
</oml:flow>
</oml:component>
<oml:tag>openml-python</oml:tag>
<oml:tag>pytorch</oml:tag>
<oml:tag>python</oml:tag>
<oml:tag>torch_1.5.0+cu101</oml:tag>
</oml:flow>
</oml:component>
<oml:component>
<oml:identifier>1</oml:identifier>
<oml:flow xmlns:oml="http://openml.org/openml">
<oml:name>torch.nn.modules.container.Sequential.3e62a4f4c94e2a7</oml:name>
<oml:class_name>torch.nn.modules.container.Sequential.3e62a4f4c94e2a7</oml:class_name>
<oml:external_version>openml==0.10.2,torch==1.5.0+cu101,torch==module.__version__</oml:external_version>
<oml:description>Automatically created pytorch flow.</oml:description>
<oml:language>English</oml:language>
<oml:dependencies>torch==1.5.0+cu101
numpy&gt;=1.6.1
scipy&gt;=0.9</oml:dependencies>
<oml:parameter>
<oml:name>children</oml:name>
<oml:default_value>[{"oml-python:serialized_object": "component_reference", "value": {"key": "0", "step_name": "0"}}, {"oml-python:serialized_object": "component_reference", "value": {"key": "1", "step_name": "1"}}, {"oml-python:serialized_object": "component_reference", "value": {"key": "2", "step_name": "2"}}, {"oml-python:serialized_object": "component_reference", "value": {"key": "3", "step_name": "3"}}, {"oml-python:serialized_object": "component_reference", "value": {"key": "4", "step_name": "4"}}, {"oml-python:serialized_object": "component_reference", "value": {"key": "5", "step_name": "5"}}]</oml:default_value>
</oml:parameter>
<oml:component>
<oml:identifier>0</oml:identifier>
<oml:flow xmlns:oml="http://openml.org/openml">
<oml:name>torch.nn.modules.conv.Conv2d.610a5c027bda27bc</oml:name>
<oml:class_name>torch.nn.modules.conv.Conv2d.610a5c027bda27bc</oml:class_name>
<oml:external_version>openml==0.10.2,torch==1.5.0+cu101,torch==module.__version__</oml:external_version>
<oml:description>Automatically created pytorch flow.</oml:description>
<oml:language>English</oml:language>
<oml:dependencies>torch==1.5.0+cu101
numpy&gt;=1.6.1
scipy&gt;=0.9</oml:dependencies>
<oml:parameter>
<oml:name>dilation</oml:name>
<oml:default_value>[1, 1]</oml:default_value>
</oml:parameter>
<oml:parameter>
<oml:name>groups</oml:name>
<oml:default_value>1</oml:default_value>
</oml:parameter>
<oml:parameter>
<oml:name>in_channels</oml:name>
<oml:default_value>1</oml:default_value>
</oml:parameter>
<oml:parameter>
<oml:name>kernel_size</oml:name>
<oml:default_value>[5, 5]</oml:default_value>
</oml:parameter>
<oml:parameter>
<oml:name>out_channels</oml:name>
<oml:default_value>32</oml:default_value>
</oml:parameter>
<oml:parameter>
<oml:name>padding</oml:name>
<oml:default_value>[0, 0]</oml:default_value>
</oml:parameter>
<oml:parameter>
<oml:name>padding_mode</oml:name>
<oml:default_value>"zeros"</oml:default_value>
</oml:parameter>
<oml:parameter>
<oml:name>stride</oml:name>
<oml:default_value>[1, 1]</oml:default_value>
</oml:parameter>
<oml:tag>openml-python</oml:tag>
<oml:tag>pytorch</oml:tag>
<oml:tag>python</oml:tag>
<oml:tag>torch_1.5.0+cu101</oml:tag>
</oml:flow>
</oml:component>
<oml:component>
<oml:identifier>1</oml:identifier>
<oml:flow xmlns:oml="http://openml.org/openml">
<oml:name>torch.nn.modules.activation.LeakyReLU.11c851872ec3f7ad</oml:name>
<oml:class_name>torch.nn.modules.activation.LeakyReLU.11c851872ec3f7ad</oml:class_name>
<oml:external_version>openml==0.10.2,torch==1.5.0+cu101,torch==module.__version__</oml:external_version>
<oml:description>Automatically created pytorch flow.</oml:description>
<oml:language>English</oml:language>
<oml:dependencies>torch==1.5.0+cu101
numpy&gt;=1.6.1
scipy&gt;=0.9</oml:dependencies>
<oml:parameter>
<oml:name>inplace</oml:name>
<oml:default_value>false</oml:default_value>
</oml:parameter>
<oml:parameter>
<oml:name>negative_slope</oml:name>
<oml:default_value>0.01</oml:default_value>
</oml:parameter>
<oml:tag>openml-python</oml:tag>
<oml:tag>pytorch</oml:tag>
<oml:tag>python</oml:tag>
<oml:tag>torch_1.5.0+cu101</oml:tag>
</oml:flow>
</oml:component>
<oml:component>
<oml:identifier>2</oml:identifier>
<oml:flow xmlns:oml="http://openml.org/openml">
<oml:name>torch.nn.modules.pooling.MaxPool2d.58f0916dc77dd668</oml:name>
<oml:class_name>torch.nn.modules.pooling.MaxPool2d.58f0916dc77dd668</oml:class_name>
<oml:external_version>openml==0.10.2,torch==1.5.0+cu101,torch==module.__version__</oml:external_version>
<oml:description>Automatically created pytorch flow.</oml:description>
<oml:language>English</oml:language>
<oml:dependencies>torch==1.5.0+cu101
numpy&gt;=1.6.1
scipy&gt;=0.9</oml:dependencies>
<oml:parameter>
<oml:name>ceil_mode</oml:name>
<oml:default_value>false</oml:default_value>
</oml:parameter>
<oml:parameter>
<oml:name>dilation</oml:name>
<oml:default_value>1</oml:default_value>
</oml:parameter>
<oml:parameter>
<oml:name>kernel_size</oml:name>
<oml:default_value>2</oml:default_value>
</oml:parameter>
<oml:parameter>
<oml:name>padding</oml:name>
<oml:default_value>0</oml:default_value>
</oml:parameter>
<oml:parameter>
<oml:name>return_indices</oml:name>
<oml:default_value>false</oml:default_value>
</oml:parameter>
<oml:parameter>
<oml:name>stride</oml:name>
<oml:default_value>2</oml:default_value>
</oml:parameter>
<oml:tag>openml-python</oml:tag>
<oml:tag>pytorch</oml:tag>
<oml:tag>python</oml:tag>
<oml:tag>torch_1.5.0+cu101</oml:tag>
</oml:flow>
</oml:component>
<oml:component>
<oml:identifier>3</oml:identifier>
<oml:flow xmlns:oml="http://openml.org/openml">
<oml:name>torch.nn.modules.conv.Conv2d.793179d82655d518</oml:name>
<oml:class_name>torch.nn.modules.conv.Conv2d.793179d82655d518</oml:class_name>
<oml:external_version>openml==0.10.2,torch==1.5.0+cu101,torch==module.__version__</oml:external_version>
<oml:description>Automatically created pytorch flow.</oml:description>
<oml:language>English</oml:language>
<oml:dependencies>torch==1.5.0+cu101
numpy&gt;=1.6.1
scipy&gt;=0.9</oml:dependencies>
<oml:parameter>
<oml:name>dilation</oml:name>
<oml:default_value>[1, 1]</oml:default_value>
</oml:parameter>
<oml:parameter>
<oml:name>groups</oml:name>
<oml:default_value>1</oml:default_value>
</oml:parameter>
<oml:parameter>
<oml:name>in_channels</oml:name>
<oml:default_value>32</oml:default_value>
</oml:parameter>
<oml:parameter>
<oml:name>kernel_size</oml:name>
<oml:default_value>[5, 5]</oml:default_value>
</oml:parameter>
<oml:parameter>
<oml:name>out_channels</oml:name>
<oml:default_value>64</oml:default_value>
</oml:parameter>
<oml:parameter>
<oml:name>padding</oml:name>
<oml:default_value>[0, 0]</oml:default_value>
</oml:parameter>
<oml:parameter>
<oml:name>padding_mode</oml:name>
<oml:default_value>"zeros"</oml:default_value>
</oml:parameter>
<oml:parameter>
<oml:name>stride</oml:name>
<oml:default_value>[1, 1]</oml:default_value>
</oml:parameter>
<oml:tag>openml-python</oml:tag>
<oml:tag>pytorch</oml:tag>
<oml:tag>python</oml:tag>
<oml:tag>torch_1.5.0+cu101</oml:tag>
</oml:flow>
</oml:component>
<oml:component>
<oml:identifier>4</oml:identifier>
<oml:flow xmlns:oml="http://openml.org/openml">
<oml:name>torch.nn.modules.activation.LeakyReLU.3b76ee2c6ce4ab15</oml:name>
<oml:class_name>torch.nn.modules.activation.LeakyReLU.3b76ee2c6ce4ab15</oml:class_name>
<oml:external_version>openml==0.10.2,torch==1.5.0+cu101,torch==module.__version__</oml:external_version>
<oml:description>Automatically created pytorch flow.</oml:description>
<oml:language>English</oml:language>
<oml:dependencies>torch==1.5.0+cu101
numpy&gt;=1.6.1
scipy&gt;=0.9</oml:dependencies>
<oml:parameter>
<oml:name>inplace</oml:name>
<oml:default_value>false</oml:default_value>
</oml:parameter>
<oml:parameter>
<oml:name>negative_slope</oml:name>
<oml:default_value>0.01</oml:default_value>
</oml:parameter>
<oml:tag>openml-python</oml:tag>
<oml:tag>pytorch</oml:tag>
<oml:tag>python</oml:tag>
<oml:tag>torch_1.5.0+cu101</oml:tag>
</oml:flow>
</oml:component>
<oml:component>
<oml:identifier>5</oml:identifier>
<oml:flow xmlns:oml="http://openml.org/openml">
<oml:name>torch.nn.modules.pooling.MaxPool2d.e4a2c8ec9a17fb73</oml:name>
<oml:class_name>torch.nn.modules.pooling.MaxPool2d.e4a2c8ec9a17fb73</oml:class_name>
<oml:external_version>openml==0.10.2,torch==1.5.0+cu101,torch==module.__version__</oml:external_version>
<oml:description>Automatically created pytorch flow.</oml:description>
<oml:language>English</oml:language>
<oml:dependencies>torch==1.5.0+cu101
numpy&gt;=1.6.1
scipy&gt;=0.9</oml:dependencies>
<oml:parameter>
<oml:name>ceil_mode</oml:name>
<oml:default_value>false</oml:default_value>
</oml:parameter>
<oml:parameter>
<oml:name>dilation</oml:name>
<oml:default_value>1</oml:default_value>
</oml:parameter>
<oml:parameter>
<oml:name>kernel_size</oml:name>
<oml:default_value>2</oml:default_value>
</oml:parameter>
<oml:parameter>
<oml:name>padding</oml:name>
<oml:default_value>0</oml:default_value>
</oml:parameter>
<oml:parameter>
<oml:name>return_indices</oml:name>
<oml:default_value>false</oml:default_value>
</oml:parameter>
<oml:parameter>
<oml:name>stride</oml:name>
<oml:default_value>2</oml:default_value>
</oml:parameter>
<oml:tag>openml-python</oml:tag>
<oml:tag>pytorch</oml:tag>
<oml:tag>python</oml:tag>
<oml:tag>torch_1.5.0+cu101</oml:tag>
</oml:flow>
</oml:component>
<oml:tag>openml-python</oml:tag>
<oml:tag>pytorch</oml:tag>
<oml:tag>python</oml:tag>
<oml:tag>torch_1.5.0+cu101</oml:tag>
</oml:flow>
</oml:component>
<oml:component>
<oml:identifier>2</oml:identifier>
<oml:flow xmlns:oml="http://openml.org/openml">
<oml:name>torch.nn.modules.container.Sequential.2ffed3ea9e571e18</oml:name>
<oml:class_name>torch.nn.modules.container.Sequential.2ffed3ea9e571e18</oml:class_name>
<oml:external_version>openml==0.10.2,openml_pytorch==module.__version__,torch==1.5.0+cu101,torch==module.__version__</oml:external_version>
<oml:description>Automatically created pytorch flow.</oml:description>
<oml:language>English</oml:language>
<oml:dependencies>torch==1.5.0+cu101
numpy&gt;=1.6.1
scipy&gt;=0.9</oml:dependencies>
<oml:parameter>
<oml:name>children</oml:name>
<oml:default_value>[{"oml-python:serialized_object": "component_reference", "value": {"key": "0", "step_name": "0"}}, {"oml-python:serialized_object": "component_reference", "value": {"key": "1", "step_name": "1"}}, {"oml-python:serialized_object": "component_reference", "value": {"key": "2", "step_name": "2"}}, {"oml-python:serialized_object": "component_reference", "value": {"key": "3", "step_name": "3"}}, {"oml-python:serialized_object": "component_reference", "value": {"key": "4", "step_name": "4"}}]</oml:default_value>
</oml:parameter>
<oml:component>
<oml:identifier>0</oml:identifier>
<oml:flow xmlns:oml="http://openml.org/openml">
<oml:name>openml_pytorch.layers.functional.Functional.c6639787be4ce32e</oml:name>
<oml:class_name>openml_pytorch.layers.functional.Functional.c6639787be4ce32e</oml:class_name>
<oml:external_version>openml==0.10.2,openml_pytorch==module.__version__,torch==1.5.0+cu101</oml:external_version>
<oml:description>Automatically created pytorch flow.</oml:description>
<oml:language>English</oml:language>
<oml:dependencies>torch==1.5.0+cu101
numpy&gt;=1.6.1
scipy&gt;=0.9</oml:dependencies>
<oml:parameter>
<oml:name>args</oml:name>
<oml:default_value>[]</oml:default_value>
</oml:parameter>
<oml:parameter>
<oml:name>function</oml:name>
<oml:default_value>{"oml-python:serialized_object": "methoddescriptor", "value": "torch._C._TensorBase.reshape"}</oml:default_value>
</oml:parameter>
<oml:parameter>
<oml:name>kwargs</oml:name>
<oml:default_value>{"shape": [-1, 1024]}</oml:default_value>
</oml:parameter>
<oml:tag>openml-python</oml:tag>
<oml:tag>pytorch</oml:tag>
<oml:tag>python</oml:tag>
<oml:tag>torch_1.5.0+cu101</oml:tag>
</oml:flow>
</oml:component>
<oml:component>
<oml:identifier>1</oml:identifier>
<oml:flow xmlns:oml="http://openml.org/openml">
<oml:name>torch.nn.modules.linear.Linear.239cd0596c5e5195</oml:name>
<oml:class_name>torch.nn.modules.linear.Linear.239cd0596c5e5195</oml:class_name>
<oml:external_version>openml==0.10.2,torch==1.5.0+cu101,torch==module.__version__</oml:external_version>
<oml:description>Automatically created pytorch flow.</oml:description>
<oml:language>English</oml:language>
<oml:dependencies>torch==1.5.0+cu101
numpy&gt;=1.6.1
scipy&gt;=0.9</oml:dependencies>
<oml:parameter>
<oml:name>in_features</oml:name>
<oml:default_value>1024</oml:default_value>
</oml:parameter>
<oml:parameter>
<oml:name>out_features</oml:name>
<oml:default_value>256</oml:default_value>
</oml:parameter>
<oml:tag>openml-python</oml:tag>
<oml:tag>pytorch</oml:tag>
<oml:tag>python</oml:tag>
<oml:tag>torch_1.5.0+cu101</oml:tag>
</oml:flow>
</oml:component>
<oml:component>
<oml:identifier>2</oml:identifier>
<oml:flow xmlns:oml="http://openml.org/openml">
<oml:name>torch.nn.modules.activation.LeakyReLU.3d7ee9e96d261017</oml:name>
<oml:class_name>torch.nn.modules.activation.LeakyReLU.3d7ee9e96d261017</oml:class_name>
<oml:external_version>openml==0.10.2,torch==1.5.0+cu101,torch==module.__version__</oml:external_version>
<oml:description>Automatically created pytorch flow.</oml:description>
<oml:language>English</oml:language>
<oml:dependencies>torch==1.5.0+cu101
numpy&gt;=1.6.1
scipy&gt;=0.9</oml:dependencies>
<oml:parameter>
<oml:name>inplace</oml:name>
<oml:default_value>false</oml:default_value>
</oml:parameter>
<oml:parameter>
<oml:name>negative_slope</oml:name>
<oml:default_value>0.01</oml:default_value>
</oml:parameter>
<oml:tag>openml-python</oml:tag>
<oml:tag>pytorch</oml:tag>
<oml:tag>python</oml:tag>
<oml:tag>torch_1.5.0+cu101</oml:tag>
</oml:flow>
</oml:component>
<oml:component>
<oml:identifier>3</oml:identifier>
<oml:flow xmlns:oml="http://openml.org/openml">
<oml:name>torch.nn.modules.dropout.Dropout.8880fe623bf3b3f6</oml:name>
<oml:class_name>torch.nn.modules.dropout.Dropout.8880fe623bf3b3f6</oml:class_name>
<oml:external_version>openml==0.10.2,torch==1.5.0+cu101,torch==module.__version__</oml:external_version>
<oml:description>Automatically created pytorch flow.</oml:description>
<oml:language>English</oml:language>
<oml:dependencies>torch==1.5.0+cu101
numpy&gt;=1.6.1
scipy&gt;=0.9</oml:dependencies>
<oml:parameter>
<oml:name>inplace</oml:name>
<oml:default_value>false</oml:default_value>
</oml:parameter>
<oml:parameter>
<oml:name>p</oml:name>
<oml:default_value>0.5</oml:default_value>
</oml:parameter>
<oml:tag>openml-python</oml:tag>
<oml:tag>pytorch</oml:tag>
<oml:tag>python</oml:tag>
<oml:tag>torch_1.5.0+cu101</oml:tag>
</oml:flow>
</oml:component>
<oml:component>
<oml:identifier>4</oml:identifier>
<oml:flow xmlns:oml="http://openml.org/openml">
<oml:name>torch.nn.modules.linear.Linear.606ea15327913510</oml:name>
<oml:class_name>torch.nn.modules.linear.Linear.606ea15327913510</oml:class_name>
<oml:external_version>openml==0.10.2,torch==1.5.0+cu101,torch==module.__version__</oml:external_version>
<oml:description>Automatically created pytorch flow.</oml:description>
<oml:language>English</oml:language>
<oml:dependencies>torch==1.5.0+cu101
numpy&gt;=1.6.1
scipy&gt;=0.9</oml:dependencies>
<oml:parameter>
<oml:name>in_features</oml:name>
<oml:default_value>256</oml:default_value>
</oml:parameter>
<oml:parameter>
<oml:name>out_features</oml:name>
<oml:default_value>10</oml:default_value>
</oml:parameter>
<oml:tag>openml-python</oml:tag>
<oml:tag>pytorch</oml:tag>
<oml:tag>python</oml:tag>
<oml:tag>torch_1.5.0+cu101</oml:tag>
</oml:flow>
</oml:component>
<oml:tag>openml-python</oml:tag>
<oml:tag>pytorch</oml:tag>
<oml:tag>python</oml:tag>
<oml:tag>torch_1.5.0+cu101</oml:tag>
</oml:flow>
</oml:component>
<oml:tag>openml-python</oml:tag>
<oml:tag>pytorch</oml:tag>
<oml:tag>python</oml:tag>
<oml:tag>torch_1.5.0+cu101</oml:tag>
</oml:flow>
Problem validating uploaded description file - XML does not correspond to XSD schema. Error Element '{http://openml.org/openml}external_version': [facet 'pattern'] The value 'openml==0.10.2,openml_pytorch==module.__version__,torch==1.5.0+cu101,torch==module.__version__' is not accepted by the pattern '([a-zA-Z0-9_\-\.,\(\):=])+'.
on line 4 column 0. Error Element '{http://openml.org/openml}external_version': 'openml==0.10.2,openml_pytorch==module.__version__,torch==1.5.0+cu101,torch==module.__version__' is not a valid value of the atomic type '{http://openml.org/openml}casual_string128'.
on line 4 column 0. Error Element '{http://openml.org/openml}external_version': [facet 'pattern'] The value 'openml==0.10.2,openml_pytorch==module.__version__,torch==1.5.0+cu101,torch==module.__version__' is not accepted by the pattern '([a-zA-Z0-9_\-\.,\(\):=])+'.
on line 19 column 0. Error Element '{http://openml.org/openml}external_version': 'openml==0.10.2,openml_pytorch==module.__version__,torch==1.5.0+cu101,torch==module.__version__' is not a valid value of the atomic type '{http://openml.org/openml}casual_string128'.
on line 19 column 0. Error Element '{http://openml.org/openml}external_version': [facet 'pattern'] The value 'openml==0.10.2,openml_pytorch==module.__version__,torch==1.5.0+cu101' is not accepted by the pattern '([a-zA-Z0-9_\-\.,\(\):=])+'.
on line 34 column 0. Error Element '{http://openml.org/openml}external_version': 'openml==0.10.2,openml_pytorch==module.__version__,torch==1.5.0+cu101' is not a valid value of the atomic type '{http://openml.org/openml}casual_string128'.
on line 34 column 0. Error Element '{http://openml.org/openml}tag': [facet 'pattern'] The value 'torch_1.5.0+cu101' is not accepted by the pattern '([a-zA-Z0-9_\-\.])+'.
on line 55 column 0. Error Element '{http://openml.org/openml}tag': 'torch_1.5.0+cu101' is not a valid value of the atomic type '{http://openml.org/openml}system_string128'.
on line 55 column 0. Error Element '{http://openml.org/openml}external_version': [facet 'pattern'] The value 'openml==0.10.2,torch==1.5.0+cu101,torch==module.__version__' is not accepted by the pattern '([a-zA-Z0-9_\-\.,\(\):=])+'.
on line 63 column 0. Error Element '{http://openml.org/openml}external_version': 'openml==0.10.2,torch==1.5.0+cu101,torch==module.__version__' is not a valid value of the atomic type '{http://openml.org/openml}casual_string128'.
on line 63 column 0. Error Element '{http://openml.org/openml}tag': [facet 'pattern'] The value 'torch_1.5.0+cu101' is not accepted by the pattern '([a-zA-Z0-9_\-\.])+'.
on line 92 column 0. Error Element '{http://openml.org/openml}tag': 'torch_1.5.0+cu101' is not a valid value of the atomic type '{http://openml.org/openml}system_string128'.
on line 92 column 0. Error Element '{http://openml.org/openml}tag': [facet 'pattern'] The value 'torch_1.5.0+cu101' is not accepted by the pattern '([a-zA-Z0-9_\-\.])+'.
on line 98 column 0. Error Element '{http://openml.org/openml}tag': 'torch_1.5.0+cu101' is not a valid value of the atomic type '{http://openml.org/openml}system_string128'.
on line 98 column 0. Error Element '{http://openml.org/openml}external_version': [facet 'pattern'] The value 'openml==0.10.2,torch==1.5.0+cu101,torch==module.__version__' is not accepted by the pattern '([a-zA-Z0-9_\-\.,\(\):=])+'.
on line 106 column 0. Error Element '{http://openml.org/openml}external_version': 'openml==0.10.2,torch==1.5.0+cu101,torch==module.__version__' is not a valid value of the atomic type '{http://openml.org/openml}casual_string128'.
on line 106 column 0. Error Element '{http://openml.org/openml}external_version': [facet 'pattern'] The value 'openml==0.10.2,torch==1.5.0+cu101,torch==module.__version__' is not accepted by the pattern '([a-zA-Z0-9_\-\.,\(\):=])+'.
on line 121 column 0. Error Element '{http://openml.org/openml}external_version': 'openml==0.10.2,torch==1.5.0+cu101,torch==module.__version__' is not a valid value of the atomic type '{http://openml.org/openml}casual_string128'.
on line 121 column 0. Error Element '{http://openml.org/openml}tag': [facet 'pattern'] The value 'torch_1.5.0+cu101' is not accepted by the pattern '([a-zA-Z0-9_\-\.])+'.
on line 162 column 0. Error Element '{http://openml.org/openml}tag': 'torch_1.5.0+cu101' is not a valid value of the atomic type '{http://openml.org/openml}system_string128'.
on line 162 column 0. Error Element '{http://openml.org/openml}external_version': [facet 'pattern'] The value 'openml==0.10.2,torch==1.5.0+cu101,torch==module.__version__' is not accepted by the pattern '([a-zA-Z0-9_\-\.,\(\):=])+'.
on line 170 column 0. Error Element '{http://openml.org/openml}external_version': 'openml==0.10.2,torch==1.5.0+cu101,torch==module.__version__' is not a valid value of the atomic type '{http://openml.org/openml}casual_string128'.
on line 170 column 0. Error Element '{http://openml.org/openml}tag': [facet 'pattern'] The value 'torch_1.5.0+cu101' is not accepted by the pattern '([a-zA-Z0-9_\-\.])+'.
on line 187 column 0. Error Element '{http://openml.org/openml}tag': 'torch_1.5.0+cu101' is not a valid value of the atomic type '{http://openml.org/openml}system_string128'.
on line 187 column 0. Error Element '{http://openml.org/openml}external_version': [facet 'pattern'] The value 'openml==0.10.2,torch==1.5.0+cu101,torch==module.__version__' is not accepted by the pattern '([a-zA-Z0-9_\-\.,\(\):=])+'.
on line 195 column 0. Error Element '{http://openml.org/openml}external_version': 'openml==0.10.2,torch==1.5.0+cu101,torch==module.__version__' is not a valid value of the atomic type '{http://openml.org/openml}casual_string128'.
on line 195 column 0. Error Element '{http://openml.org/openml}tag': [facet 'pattern'] The value 'torch_1.5.0+cu101' is not accepted by the pattern '([a-zA-Z0-9_\-\.])+'.
on line 228 column 0. Error Element '{http://openml.org/openml}tag': 'torch_1.5.0+cu101' is not a valid value of the atomic type '{http://openml.org/openml}system_string128'.
on line 228 column 0. Error Element '{http://openml.org/openml}external_version': [facet 'pattern'] The value 'openml==0.10.2,torch==1.5.0+cu101,torch==module.__version__' is not accepted by the pattern '([a-zA-Z0-9_\-\.,\(\):=])+'.
on line 236 column 0. Error Element '{http://openml.org/openml}external_version': 'openml==0.10.2,torch==1.5.0+cu101,torch==module.__version__' is not a valid value of the atomic type '{http://openml.org/openml}casual_string128'.
on line 236 column 0. Error Element '{http://openml.org/openml}tag': [facet 'pattern'] The value 'torch_1.5.0+cu101' is not accepted by the pattern '([a-zA-Z0-9_\-\.])+'.
on line 277 column 0. Error Element '{http://openml.org/openml}tag': 'torch_1.5.0+cu101' is not a valid value of the atomic type '{http://openml.org/openml}system_string128'.
on line 277 column 0. Error Element '{http://openml.org/openml}external_version': [facet 'pattern'] The value 'openml==0.10.2,torch==1.5.0+cu101,torch==module.__version__' is not accepted by the pattern '([a-zA-Z0-9_\-\.,\(\):=])+'.
on line 285 column 0. Error Element '{http://openml.org/openml}external_version': 'openml==0.10.2,torch==1.5.0+cu101,torch==module.__version__' is not a valid value of the atomic type '{http://openml.org/openml}casual_string128'.
on line 285 column 0. Error Element '{http://openml.org/openml}tag': [facet 'pattern'] The value 'torch_1.5.0+cu101' is not accepted by the pattern '([a-zA-Z0-9_\-\.])+'.
on line 302 column 0. Error Element '{http://openml.org/openml}tag': 'torch_1.5.0+cu101' is not a valid value of the atomic type '{http://openml.org/openml}system_string128'.
on line 302 column 0. Error Element '{http://openml.org/openml}external_version': [facet 'pattern'] The value 'openml==0.10.2,torch==1.5.0+cu101,torch==module.__version__' is not accepted by the pattern '([a-zA-Z0-9_\-\.,\(\):=])+'.
on line 310 column 0. Error Element '{http://openml.org/openml}external_version': 'openml==0.10.2,torch==1.5.0+cu101,torch==module.__version__' is not a valid value of the atomic type '{http://openml.org/openml}casual_string128'.
on line 310 column 0. Error Element '{http://openml.org/openml}tag': [facet 'pattern'] The value 'torch_1.5.0+cu101' is not accepted by the pattern '([a-zA-Z0-9_\-\.])+'.
on line 343 column 0. Error Element '{http://openml.org/openml}tag': 'torch_1.5.0+cu101' is not a valid value of the atomic type '{http://openml.org/openml}system_string128'.
on line 343 column 0. Error Element '{http://openml.org/openml}tag': [facet 'pattern'] The value 'torch_1.5.0+cu101' is not accepted by the pattern '([a-zA-Z0-9_\-\.])+'.
on line 349 column 0. Error Element '{http://openml.org/openml}tag': 'torch_1.5.0+cu101' is not a valid value of the atomic type '{http://openml.org/openml}system_string128'.
on line 349 column 0. Error Element '{http://openml.org/openml}external_version': [facet 'pattern'] The value 'openml==0.10.2,openml_pytorch==module.__version__,torch==1.5.0+cu101,torch==module.__version__' is not accepted by the pattern '([a-zA-Z0-9_\-\.,\(\):=])+'.
on line 357 column 0. Error Element '{http://openml.org/openml}external_version': 'openml==0.10.2,openml_pytorch==module.__version__,torch==1.5.0+cu101,torch==module.__version__' is not a valid value of the atomic type '{http://openml.org/openml}casual_string128'.
on line 357 column 0. Error Element '{http://openml.org/openml}external_version': [facet 'pattern'] The value 'openml==0.10.2,openml_pytorch==module.__version__,torch==1.5.0+cu101' is not accepted by the pattern '([a-zA-Z0-9_\-\.,\(\):=])+'.
on line 372 column 0. Error Element '{http://openml.org/openml}external_version': 'openml==0.10.2,openml_pytorch==module.__version__,torch==1.5.0+cu101' is not a valid value of the atomic type '{http://openml.org/openml}casual_string128'.
on line 372 column 0. Error Element '{http://openml.org/openml}tag': [facet 'pattern'] The value 'torch_1.5.0+cu101' is not accepted by the pattern '([a-zA-Z0-9_\-\.])+'.
on line 393 column 0. Error Element '{http://openml.org/openml}tag': 'torch_1.5.0+cu101' is not a valid value of the atomic type '{http://openml.org/openml}system_string128'.
on line 393 column 0. Error Element '{http://openml.org/openml}external_version': [facet 'pattern'] The value 'openml==0.10.2,torch==1.5.0+cu101,torch==module.__version__' is not accepted by the pattern '([a-zA-Z0-9_\-\.,\(\):=])+'.
on line 401 column 0. Error Element '{http://openml.org/openml}external_version': 'openml==0.10.2,torch==1.5.0+cu101,torch==module.__version__' is not a valid value of the atomic type '{http://openml.org/openml}casual_string128'.
on line 401 column 0. Error Element '{http://openml.org/openml}tag': [facet 'pattern'] The value 'torch_1.5.0+cu101' is not accepted by the pattern '([a-zA-Z0-9_\-\.])+'.
on line 418 column 0. Error Element '{http://openml.org/openml}tag': 'torch_1.5.0+cu101' is not a valid value of the atomic type '{http://openml.org/openml}system_string128'.
on line 418 column 0. Error Element '{http://openml.org/openml}external_version': [facet 'pattern'] The value 'openml==0.10.2,torch==1.5.0+cu101,torch==module.__version__' is not accepted by the pattern '([a-zA-Z0-9_\-\.,\(\):=])+'.
on line 426 column 0. Error Element '{http://openml.org/openml}external_version': 'openml==0.10.2,torch==1.5.0+cu101,torch==module.__version__' is not a valid value of the atomic type '{http://openml.org/openml}casual_string128'.
on line 426 column 0. Error Element '{http://openml.org/openml}tag': [facet 'pattern'] The value 'torch_1.5.0+cu101' is not accepted by the pattern '([a-zA-Z0-9_\-\.])+'.
on line 443 column 0. Error Element '{http://openml.org/openml}tag': 'torch_1.5.0+cu101' is not a valid value of the atomic type '{http://openml.org/openml}system_string128'.
on line 443 column 0. Error Element '{http://openml.org/openml}external_version': [facet 'pattern'] The value 'openml==0.10.2,torch==1.5.0+cu101,torch==module.__version__' is not accepted by the pattern '([a-zA-Z0-9_\-\.,\(\):=])+'.
on line 451 column 0. Error Element '{http://openml.org/openml}external_version': 'openml==0.10.2,torch==1.5.0+cu101,torch==module.__version__' is not a valid value of the atomic type '{http://openml.org/openml}casual_string128'.
on line 451 column 0. Error Element '{http://openml.org/openml}tag': [facet 'pattern'] The value 'torch_1.5.0+cu101' is not accepted by the pattern '([a-zA-Z0-9_\-\.])+'.
on line 468 column 0. Error Element '{http://openml.org/openml}tag': 'torch_1.5.0+cu101' is not a valid value of the atomic type '{http://openml.org/openml}system_string128'.
on line 468 column 0. Error Element '{http://openml.org/openml}external_version': [facet 'pattern'] The value 'openml==0.10.2,torch==1.5.0+cu101,torch==module.__version__' is not accepted by the pattern '([a-zA-Z0-9_\-\.,\(\):=])+'.
on line 476 column 0. Error Element '{http://openml.org/openml}external_version': 'openml==0.10.2,torch==1.5.0+cu101,torch==module.__version__' is not a valid value of the atomic type '{http://openml.org/openml}casual_string128'.
on line 476 column 0. Error Element '{http://openml.org/openml}tag': [facet 'pattern'] The value 'torch_1.5.0+cu101' is not accepted by the pattern '([a-zA-Z0-9_\-\.])+'.
on line 493 column 0. Error Element '{http://openml.org/openml}tag': 'torch_1.5.0+cu101' is not a valid value of the atomic type '{http://openml.org/openml}system_string128'.
on line 493 column 0. Error Element '{http://openml.org/openml}tag': [facet 'pattern'] The value 'torch_1.5.0+cu101' is not accepted by the pattern '([a-zA-Z0-9_\-\.])+'.
on line 499 column 0. Error Element '{http://openml.org/openml}tag': 'torch_1.5.0+cu101' is not a valid value of the atomic type '{http://openml.org/openml}system_string128'.
on line 499 column 0. Error Element '{http://openml.org/openml}tag': [facet 'pattern'] The value 'torch_1.5.0+cu101' is not accepted by the pattern '([a-zA-Z0-9_\-\.])+'.
on line 505 column 0. Error Element '{http://openml.org/openml}tag': 'torch_1.5.0+cu101' is not a valid value of the atomic type '{http://openml.org/openml}system_string128'.
on line 505 column 0.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment