question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Hi,

currently vggm is not an usable architecture even though it is already implemented. Could you please fix it?

Thank you!

Issue Analytics

  • State:open
  • Created 5 years ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
samxuxiangcommented, Jun 11, 2018

@noovd Did you ensure that the input image is in [0,255] range before you apply normalization?

I use the following code transformations = transforms.Compose([ transforms.Scale(224), transforms.ToTensor(), transforms.Lambda(lambda x: x.mul(255)) ]) and then subtract the mean value

In my case I am able to fine-tune the model without any issue. Hope this help solve your problem.

0reactions
ntuytcommented, Nov 9, 2018

Hi, I have another question. Since input of original VGGM 224x224. But in your code, the input size is 221x221. Does it influence the performance. Meanwhile, I wonder the provided pretrained model is converted from which model?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Marktconsultatie VGGM applicatieplatform - Public tenders
Archived tenders - Marktconsultatie VGGM applicatieplatform - Veiligheids- en Gezondheidsregio Gelderland-Midden. ... Paypal Logo.
Read more >
Spinning Secrets: The Dangers of Selective Declassification
abstract. The U.S. classification system leaves billions of documents hidden from view. Any departure from secrecy therefore grabs headlines worldwide.
Read more >
Why Master Limited Partnerships Are Unlikely to Finance Our ...
I conclude that it likely would not. I. The Financing Our Energy Future Act. A. What Is the Master Limited Partnership? Master Limited...
Read more >
Untitled
Estimated file size still not working. I hoped I could figure out some factors to calculate it from the image size in memory...
Read more >
Initial Development of Surface Fuel Models for The Netherlands
flooding, it is not known as a country where wildfires occur. ... similar communities, were combined, resulting in 21 working fuel models.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found