Charging-up
Results
2
comments of
Charging-up
把frcnn.py里面的model_path换成你刚刚训练好的存在logs目录里面的那个就行了,"model_path": 'logs/best_epoch_weights.pth'
> Try with: > > ``` > pip3 install -U xformers --index-url https://download.pytorch.org/whl/cu124 > ``` I'm about crying,really。I met a problem when using pip3 install xformers==0.0.28.post3 -f https://download.pytorch.org/whl/cuda/12.4/torch_stable.html, and I've...