markers_bert
markers_bert copied to clipboard
Results
1
markers_bert issues
Sort by
recently updated
recently updated
newest added
I am not being able to run evaluation using the following command : ``` python ./Modeling/modeling_base.py \ --data_dir=$DATA_DIR \ --output_dir=$OUTPUT_DIR \ --max_seq_length=512 \ --do_eval \ --per_gpu_eval_batch_size=32 \ --per_gpu_train_batch_size=32 \ --gradient_accumulation_steps=1...