Add EmoSet training and evaluation
This commit is contained in:
6
share/jupyter/nbconvert/templates/script/conf.json
Normal file
6
share/jupyter/nbconvert/templates/script/conf.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"base_template": "base",
|
||||
"mimetypes": {
|
||||
"text/plain": true
|
||||
}
|
||||
}
|
||||
5
share/jupyter/nbconvert/templates/script/script.j2
Normal file
5
share/jupyter/nbconvert/templates/script/script.j2
Normal file
@@ -0,0 +1,5 @@
|
||||
{%- extends 'null.j2' -%}
|
||||
|
||||
{% block input %}
|
||||
{{ cell.source }}
|
||||
{% endblock input %}
|
||||
Reference in New Issue
Block a user