forked from KEMT/zpwiki
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			248 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			248 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
| onmt_build_vocab -config dp2022/sk-en/trainsk.yaml -n_sample 10000
 | |
| 
 | |
| onmt_train -config dp2022/sk-en/trainsk.yaml
 | |
| 
 | |
| onmt_translate -model dp2022/sk-en/run/model_step_1000.pt -src dp2022/sk-en/src-test.txt -output dp2022/sk-en/pred_1000.txt -verbose
 | |
| 
 |