thesoens/multimodel.py

7 lines
118 B
Python

import os
#yes I know, not the best way to do this...
for i in range(20):
os.system(f"python3 onemodel.py {i}")