Skip to content
Snippets Groups Projects
Commit 927b5f70 authored by Caroline de Pourtalès's avatar Caroline de Pourtalès :speech_balloon:
Browse files

Merge branch 'main' into 'prepare_paper'

# Conflicts:
#   predict_links.py
#   predict_supertags.py
parents 3f41f1f0 0a027e25
No related branches found
No related tags found
1 merge request!3Prepare paper
......@@ -22,4 +22,4 @@ if __name__== '__main__':
categories, links = linker.predict_without_categories(a_s)
#links = linker.predict_with_categories(a_s, tags_s)
idx=0
draw_sentence_output(a_s[idx].split(" "), categories[idx], links[:,idx,:].numpy())
\ No newline at end of file
draw_sentence_output(a_s[idx].split(" "), categories[idx], links[:,idx,:].numpy())
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment