Skip to content

Commit b52f41f

Browse files
authored
Paddlex 34 (#910)
* [paddlex] set 0 card default * [paddlex] del other api
1 parent 2086a7a commit b52f41f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

uapi_rec/rank/register.py

+2-4
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@
4040
'suite': 'Rank',
4141
'config_path': WIDE_DEEP_CFG_PATH,
4242
'auto_compression_config_path': WIDE_DEEP_CFG_PATH,
43-
'supported_apis':
44-
['train', 'evaluate', 'predict', 'export', 'infer', 'compression']
43+
'supported_apis': ['train']
4544
})
4645

4746
# DNN
@@ -51,6 +50,5 @@
5150
'suite': 'Rank',
5251
'config_path': DNN_CFG_PATH,
5352
'auto_compression_config_path': DNN_CFG_PATH,
54-
'supported_apis':
55-
['train', 'evaluate', 'predict', 'export', 'infer', 'compression']
53+
'supported_apis': ['train']
5654
})

0 commit comments

Comments
 (0)