-
Notifications
You must be signed in to change notification settings - Fork 0
/
make_presentation.sh
executable file
·20 lines (19 loc) · 1.46 KB
/
make_presentation.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/bin/bash
if [ -d ./PG-NER ]; then rm -r ./PG-NER; fi
rm -r PG-NER
manedit --project_name PG-NER \
--quick_present_export ./media/videos/slides/720p30/sections/NamedEntityRecognition1_1.json \
--quick_present_export ./media/videos/slides/720p30/sections/Problem1_2.json \
--quick_present_export ./media/videos/slides/720p30/sections/Motivation1_3.json \
--quick_present_export ./media/videos/slides/720p30/sections/OldWorkingPrinciple2_1.json \
--quick_present_export ./media/videos/slides/720p30/sections/NewWorkingPrinciple2_2.json \
--quick_present_export ./media/videos/slides/720p30/sections/TransformersWorkingPrinciple2_21.json \
--quick_present_export ./media/videos/slides/720p30/sections/AscendingIndexWordEmbedding2_3.json \
--quick_present_export ./media/videos/slides/720p30/sections/OneHotWordEmbedding2_4.json \
--quick_present_export ./media/videos/slides/720p30/sections/OneHotWordEmbeddingPlot2_5.json \
--quick_present_export ./media/videos/slides/720p30/sections/WordEmbedding2_6.json \
--quick_present_export ./media/videos/slides/720p30/sections/WordEmbedding2_7.json \
--quick_present_export ./media/videos/slides/720p30/sections/Datsets3_1.json \
--quick_present_export ./media/videos/slides/720p30/sections/Datsets3_2.json \
--quick_present_export ./media/videos/slides/720p30/sections/Frameworks3_3.json \
--quick_present_export ./media/videos/slides/720p30/sections/ChallengesWithHistoricalData4_1.json