Shellmiao 9279d1873b Add projects | vor 1 Jahr | |
---|---|---|
.. | ||
README.md | vor 1 Jahr | |
hetero_ftl_testsuite.json | vor 1 Jahr | |
test_ftl_comm_eff_conf.json | vor 1 Jahr | |
test_ftl_conf.json | vor 1 Jahr | |
test_ftl_dsl.json | vor 1 Jahr | |
test_ftl_encrypted_conf.json | vor 1 Jahr | |
test_ftl_predict.json | vor 1 Jahr | |
test_ftl_predict_dsl.json | vor 1 Jahr |
Plain Mode:
example-data:
(1) guest: nus_wide_train_guest.csv;nus_wide_validate_guest.csv
(2) host: nus_wide_train_host.csv;nus_wide_validate_host.csv
dsl: test_ftl_dsl.json
runtime_config: test_ftl_conf.json
Predict:
example-data:
(1) guest: nus_wide_train_guest.csv;nus_wide_validate_guest.csv
(2) host: nus_wide_train_host.csv;nus_wide_validate_host.csv
dsl: test_ftl_dsl.json
runtime_config: test_ftl_predict.json
Encrypted Mode:
example-data:
(1) guest: nus_wide_train_guest.csv;nus_wide_validate_guest.csv
(2) host: nus_wide_train_host.csv;nus_wide_validate_host.csv
dsl: test_ftl_dsl.json
runtime_config: test_ftl_encrypted_conf.json
Communication-Efficient:
example-data:
(1) guest: nus_wide_train_guest.csv;nus_wide_validate_guest.csv
(2) host: nus_wide_train_host.csv;nus_wide_validate_host.csv
dsl: test_ftl_dsl.json
runtime_config: test_ftl_comm_eff_conf.json
Users can use following commands to run a task.
flow job submit -c ${runtime_config} -d ${dsl}
Moreover, after successfully running the training task, you can use it to predict too.