Merge pull request #10895 from nickyfantasy/high_level_api_machine_translation
Simplify Machine Translation demo by using Trainer APIshanyi15-patch-3
commit
d4c216425e
@ -0,0 +1,7 @@
|
||||
file(GLOB TEST_OPS RELATIVE "${CMAKE_CURRENT_SOURCE_DIR}" "test_*.py")
|
||||
string(REPLACE ".py" "" TEST_OPS "${TEST_OPS}")
|
||||
|
||||
# default test
|
||||
foreach(src ${TEST_OPS})
|
||||
py_test(${src} SRCS ${src}.py)
|
||||
endforeach()
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in new issue