-
Notifications
You must be signed in to change notification settings - Fork 60
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
Loss increases during the traning #10
Comments
Hi, what optimizer are you using? |
Hi There, the loss is= tensor(14281.7119, device='cuda:0', grad_fn=) |
@AmmarKamoona HI, can you share the complete code for training in Shanghaitech dataset? |
@AmmarKamoona Have you been successful with the training? We just started experimenting with the code. |
I am trying to do training but the loss function increases rather than decrease
I have attached the following training part
___________________________________code start
for cl_idx, video_id in enumerate(dataset.train_videos):
The text was updated successfully, but these errors were encountered: