Skip to content
Snippets Groups Projects
Commit 0580d103 authored by piotrmp's avatar piotrmp
Browse files

Bugfix.

parent 39b8777c
No related branches found
No related tags found
No related merge requests found
Pipeline #16991 passed
...@@ -28,8 +28,8 @@ if __name__=='__main__': ...@@ -28,8 +28,8 @@ if __name__=='__main__':
parts = line.split() parts = line.split()
model = parts[0] model = parts[0]
language = parts[1] language = parts[1]
if model != 'UD_Polish-PDB': #if model != 'UD_Polish-PDB':
continue # continue
if (outpath / (model + '.pth')).exists(): if (outpath / (model + '.pth')).exists():
continue continue
print(str(i) + '/' + str(len(lines)) + '========== ' + model + ' ==========') print(str(i) + '/' + str(len(lines)) + '========== ' + model + ' ==========')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment