Update run.py

pull/285/head
Dean of NITSC 2024-08-13 11:49:10 +08:00 committed by GitHub
parent c6ebcadb0b
commit f43b2b82fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

3
run.py
View File

@ -2,5 +2,8 @@
from modules import core from modules import core
import os
os.environ['KERAS_BACKEND'] = 'tensorflow'
if __name__ == '__main__': if __name__ == '__main__':
core.run() core.run()