-
Check status from terminal:
nvidia-smi. -
Skip this step if you have the following output:
+-----------------------------------------------------------------------------+
| ############################################ NOTE ######################################################## | |
| # | |
| # Creates NER training data in Spacy format from JSON downloaded from Dataturks. | |
| # | |
| # Outputs the Spacy training data which can be used for Spacy training. | |
| # | |
| ############################################################################################################ | |
| def convert_dataturks_to_spacy(dataturks_JSON_FilePath): | |
| try: | |
| training_data = [] |