google-research / scenic

Scenic: A Jax Library for Computer Vision Research and Beyond
Apache License 2.0
3.34k stars 441 forks source link

CPU Killing Program #1132

Open WilsonVo opened 4 days ago

WilsonVo commented 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?

Image 11-26-24 at 11 21 AM