PluriTon/build/tfgpu-pluriton/test_runwithload.py
2021-10-18 18:22:03 +02:00

11 lines
203 B
Python

from updateDatabase import *
pluriDBupdater = PluritonUpdater()
pluriDBupdater.loadModels()
einfach, schwer = pluriDBupdater.searchNearest2Translate('Die Maschinen besser')
print('Schwer', schwer)