"src/include/gridwise_direct_convolution_1.hip.hpp" did not exist on "29496c95d3d04eafae5eb9d0de2b3e4673df3a73"
Unverified Commit 6f6faffd authored by xuehui's avatar xuehui Committed by GitHub
Browse files

Update GbdtExample.md (#2306)

parent 0a64d942
......@@ -147,8 +147,6 @@ if __name__ == '__main__':
+ RECEIVED_PARAMS = nni.get_next_parameter()
PARAMS = get_default_parameters()
+ PARAMS.update(RECEIVED_PARAMS)
PARAMS = get_default_parameters()
PARAMS.update(RECEIVED_PARAMS)
# train
run(lgb_train, lgb_eval, PARAMS, X_test, y_test)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment