Open WilsonVo opened 4 days ago
Hi,
Currently I am attempting to run th evaluation prompt with added changes to my file paths and what not.
python -m scenic.projects.owl_vit.evaluator \ --alsologtostderr=true \ --platform=cpu \ --config=scenic/projects/owl_vit/configs/clip_b32.py \ --checkpoint_path=gs://scenic-bucket/owl_vit/checkpoints/clip_vit_b32_b0203fc \ --annotations_path=${HOME}/annotations/lvis_v1_val.json \ --tfds_data_dir=//your/data/dir \ --output_dir=/tmp/evaluator
I am running CLIP_B16 and running on CPU. The program takes a while to run, no problem there, but at some point in the process it kills the program (shown below). Is this an issue on my end or the programs end?
Hi,
Currently I am attempting to run th evaluation prompt with added changes to my file paths and what not.
python -m scenic.projects.owl_vit.evaluator \ --alsologtostderr=true \ --platform=cpu \ --config=scenic/projects/owl_vit/configs/clip_b32.py \ --checkpoint_path=gs://scenic-bucket/owl_vit/checkpoints/clip_vit_b32_b0203fc \ --annotations_path=${HOME}/annotations/lvis_v1_val.json \ --tfds_data_dir=//your/data/dir \ --output_dir=/tmp/evaluator
I am running CLIP_B16 and running on CPU. The program takes a while to run, no problem there, but at some point in the process it kills the program (shown below). Is this an issue on my end or the programs end?