blob: 86e36c2f514ceb77686c273988a5a88ae527d258 [file] [log] [blame]
#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
export PYTHONPATH=$PYTHONPATH:./internal/ml/model_selection
python ./internal/ml/model_selection/exps/nas_bench_tabular/0.train_one_model.py \
--log_name=baseline_train_based \
--search_space=mlp_sp \
--num_layers=4 \
--hidden_choice_len=20 \
--base_dir=/hdd1/xingnaili/exp_data/ \
--num_labels=2 \
--device=cuda:0 \
--batch_size=512 \
--lr=0.001 \
--epoch=20 \
--iter_per_epoch=200 \
--dataset=frappe \
--nfeat=5500 \
--nfield=10 \
--nemb=10 \
--worker_id=0 \
--total_workers=1 \
--workers=1 \
--result_dir=./internal/ml/model_selection/exp_result/ \
--log_folder=log_frappe