Commit 598818c3 authored by YaningGao's avatar YaningGao
Browse files

update script

parent 8a55cf49
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -18,4 +18,6 @@ python -m vagen.env.create_dataset \
python -m vagen.inference.run_inference \
    --inference_config_path="$(dirname $SCRIPT_DIR)/inference_config.yaml" \
    --model_config_path="$(dirname $SCRIPT_DIR)/model_config.yaml" \
    --val_files_path="data/$EXPERIMENT_NAME/test.parquet"
    --val_files_path="data/$EXPERIMENT_NAME/test.parquet" \
    --wandb_path_name="$EXPERIMENT_NAME"
+3 −1
Original line number Diff line number Diff line
@@ -18,4 +18,6 @@ python -m vagen.env.create_dataset \
python -m vagen.inference.run_inference \
    --inference_config_path="$(dirname $SCRIPT_DIR)/inference_config.yaml" \
    --model_config_path="$(dirname $SCRIPT_DIR)/model_config.yaml" \
    --val_files_path="data/$EXPERIMENT_NAME/test.parquet"
    --val_files_path="data/$EXPERIMENT_NAME/test.parquet" \
    --wandb_path_name="$EXPERIMENT_NAME"
+3 −1
Original line number Diff line number Diff line
@@ -18,4 +18,6 @@ python -m vagen.env.create_dataset \
python -m vagen.inference.run_inference \
    --inference_config_path="$(dirname $SCRIPT_DIR)/inference_config.yaml" \
    --model_config_path="$(dirname $SCRIPT_DIR)/model_config.yaml" \
    --val_files_path="data/$EXPERIMENT_NAME/test.parquet"
    --val_files_path="data/$EXPERIMENT_NAME/test.parquet" \
    --wandb_path_name="$EXPERIMENT_NAME"
+3 −1
Original line number Diff line number Diff line
@@ -18,4 +18,6 @@ python -m vagen.env.create_dataset \
python -m vagen.inference.run_inference \
    --inference_config_path="$(dirname $SCRIPT_DIR)/inference_config.yaml" \
    --model_config_path="$(dirname $SCRIPT_DIR)/model_config.yaml" \
    --val_files_path="data/$EXPERIMENT_NAME/test.parquet"
    --val_files_path="data/$EXPERIMENT_NAME/test.parquet" \
    --wandb_path_name="$EXPERIMENT_NAME"
+3 −1
Original line number Diff line number Diff line
@@ -18,4 +18,6 @@ python -m vagen.env.create_dataset \
python -m vagen.inference.run_inference \
    --inference_config_path="$(dirname $SCRIPT_DIR)/inference_config.yaml" \
    --model_config_path="$(dirname $SCRIPT_DIR)/model_config.yaml" \
    --val_files_path="data/$EXPERIMENT_NAME/test.parquet"
    --val_files_path="data/$EXPERIMENT_NAME/test.parquet" \
    --wandb_path_name="$EXPERIMENT_NAME"
Loading