You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: