We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Its giving me this error after training.
Traceback (most recent call last): File "C:\Users\cb0764\Videos\Downloads\segment-anything-main\MedSAM Adapters\Medical-SAM-Adapter-main\train.py", line 137, in tol, (eiou, edice) = function.validation_sam(args, nice_test_loader, epoch, net, writer) File "C:\Users\cb0764\Videos\Downloads\segment-anything-main\MedSAM Adapters\Medical-SAM-Adapter-main\function.py", line 278, in validation_sam if ind % args.vis == 0:
The text was updated successfully, but these errors were encountered:
I enconer the same problrm ? Could you solve it?
Sorry, something went wrong.
modify to if args.vis and ind % args.vis == 0
No branches or pull requests
Its giving me this error after training.
Traceback (most recent call last):
File "C:\Users\cb0764\Videos\Downloads\segment-anything-main\MedSAM Adapters\Medical-SAM-Adapter-main\train.py", line 137, in
tol, (eiou, edice) = function.validation_sam(args, nice_test_loader, epoch, net, writer)
File "C:\Users\cb0764\Videos\Downloads\segment-anything-main\MedSAM Adapters\Medical-SAM-Adapter-main\function.py", line 278, in validation_sam
if ind % args.vis == 0:
The text was updated successfully, but these errors were encountered: