ImageImpaint_Python_II/main.py

12 lines
346 B
Python
Raw Normal View History

2022-03-17 18:12:52 +00:00
# This is a sample Python script.
# Press Umschalt+F10 to execute it or replace it with your code.
# Press Double Shift to search everywhere for classes, files, tool windows, actions, and settings.
# See PyCharm help at https://www.jetbrains.com/help/pycharm/
2022-06-01 10:27:58 +00:00
from ImageImpaint import train_model
if __name__ == '__main__':
train_model()