4 lines
111 B
Python
4 lines
111 B
Python
import os
|
|
|
|
modelfile_path = os.path.abspath(os.path.join(os.path.dirname(__file__), '../models/checkpoints/'))
|