-
Notifications
You must be signed in to change notification settings - Fork 134
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
python main.py --evaluate [checkpoint-path] #15
Comments
python main.py --evaluate /home/jadoo/dense_lidar/checkpoint/model_best.pth.tar |
Akash gave an excellent example. Also, please do not post the same question repeatedly. |
thanks for your reply. It worked the way you gave it, but it still went wrong. What can we do? |
An error occurred when entering such a parameter on the command line,what can we input about [checkpoint -path]?Can you give us an example?
Namespace(batch_size=1, criterion='l2', epochs=11, evaluate='[checkpoint-path]', i
nput='gd', jitter=0.1, layers=34, lr=1e-05, pretrained=False, print_freq=10, rank_metric='rmse', result='..\results', resume='', start_epoch=0, train_mode='dense', use_d=True, use_g=True, use_pose=False, use_rgb=False, val='select', w1=0, w2=0, weight_decay=0, workers=4)
=> no model found at '[checkpoint-path]'
The text was updated successfully, but these errors were encountered: