Windows Version: Windows 10 Pro 21H2 19044.1706 GPU: rtx2070
import tensorflow as tf
import torch
print(torch.__version__) #1.10.1+cu113
print(torch.version.cuda) #11.3
print(tf.__version__) #2.9.1
and i run
python .\object_detection\builders\model_builder_tf2_test.py
i can get 'Ran 24 tests in 18.279s OK (skipped=1)' result;
But when I want to train my model, i use
feature_extractor {
type: 'faster_rcnn_inception_resnet_v2_keras'
}
in my pipeline_config, and i run
python .\object_detection\model_main_tf2.py --logtostderr --pipeline_config_path=LOCATION_OF_MY_PIPECONFIG --model_dir=LOCATION_OF_MY_MODEL_DIR
And then i get the following error In my system environment variable , 'CUDA_DIR' is variable and can be accessed