Closed grewe closed 2 years ago
@mingyuliutw ---any tips?
@arunmallya still stuck on this --any help much appreciated. We have been through code and can't see anything missing on our end and your test.yaml file you gave us in issue 106 does not explictly list a step_count parameter
We have tried to change the vid2vid.py file to test against self.opt_D.state['step'] but, get then new set of errors. We are using pytorch 1.10
@grewe I tried running only the inference part using their pre-trained model on Colab, there is no such issue. The error you reported is during training the model, right?
No it is during inference. We are using pytorch 1.10. Do you mind sharing the config file and telling us what version you are running?
Lynne
On Nov 15, 2021, at 10:00 PM, Surabhi Gupta @.***> wrote:
@grewe https://github.com/grewe I tried running only the inference part using their pre-trained model on Colab, there is no such issue. The error you reported is during training the model, right?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/NVlabs/imaginaire/issues/112#issuecomment-969890332, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACZ6SXWFWFZVIKJQ4MBGHODUMHXPNANCNFSM5ICQHORQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
@grewe Version is same as 1.10.0+cu111.
We’re you running pose or face model? Can you share the config file?
Lynne
On Nov 15, 2021, at 10:19 PM, Surabhi Gupta @.***> wrote:
@grewe https://github.com/grewe Version is same as 1.10.0+cu111.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/NVlabs/imaginaire/issues/112#issuecomment-969902252, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACZ6SXW2AF2RRXLAOWCQFALUMHZVPANCNFSM5ICQHORQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
@grewe I tried testing the face model with their pre-trained. Link to colab: https://colab.research.google.com/drive/1ct5zqfNt_MhG-sV2ZxCSw6TKKYNkb5Ts?usp=sharing Let me know if it helps.
@SURABHI-GUPTA Unfortunately --is different code path and not directly the same --hoping someone from NVidia will respond
@mingyuliutw @arunmallya anyone from your team have a moment to look at this issue --trying to help grad student move forward towards semester completion....
We are busy with CVPR until Nov 23 (https://cvpr2022.thecvf.com/submission-timeline). We can only take a look after that.
We are busy with CVPR until Nov 23 (https://cvpr2022.thecvf.com/submission-timeline). We can only take a look after that.
@arunmallya will await your feedback---if you can keep Dikshant and this issue in mind when you free up from CVPR we would appreciate it. Looking forward to seeing your next paper(s)
@arunmallya Can anyone help us now that Thanksgiving is over and the CVPR NOv. 23 deadline is gone?
@grewe We will not be able to help you debug the issue on your side.
Why if the issue is in your code you are not able to debug this --it is not our issue?
Lynne Grewe | Professor Computer Science, Director iLab | California State University East Bay | @. @.> *
On Mon, Nov 29, 2021 at 5:31 PM Ming-Yu Liu 劉洺堉 @.***> wrote:
@grewe https://github.com/grewe We will not be able to help you debug the issue on your side.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/NVlabs/imaginaire/issues/112#issuecomment-982196010, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACZ6SXVC4ZVO7GUHA5Y3SPDUOQSOVANCNFSM5ICQHORQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
We have contacted others with similar problem and they gave up and decided not to use NVidia Imaginaire..... Is this the suggestion?
@grewe Were you able to solve this?
I also had the same issue, as I'm short on time. I have disabled finetuning in the config file, which skips the error and successfully runs the inference.
We have trained and are now trying to run inference (using the new corrected config file found in issue #106). However, we are getting the following error. We have traced through the code and can not see anything we can do to resolve this issues. Can you please advise?
We have looked at multiple config files online and none mention this particular parameter as it relates to the Adam optimizer
We have even used rather than our training data the same data used for validation in training --although they both have the exact same structure.