Skip to content

Conversation

@daviddao
Copy link
Contributor

I solved the scaling issue for VariationalAutoencoderRunner.py. Also gaussian_sample_size is now a dynamic variable which adapts to batch_size. Fixes #23 and fixes #25.

@googlebot
Copy link

Thanks for your pull request. It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

📝 Please visit https://cla.developers.google.com/ to sign.

Once you've signed, please reply here (e.g. I signed it!) and we'll verify. Thanks.


  • If you've already signed a CLA, it's possible we don't have your GitHub username or you're using a different email address. Check your existing CLA data and verify that your email is set on your git commits.
  • If you signed the CLA as a corporation, please let us know the company's name.

@daviddao
Copy link
Contributor Author

I signed it!

@googlebot
Copy link

CLAs look good, thanks!

@martinwicke
Copy link
Member

@snurkabill fixed #23 in #24. Can you rebase?

@daviddao
Copy link
Contributor Author

Done. I included the changes from #24 .

martinwicke added a commit that referenced this pull request Mar 19, 2016
@martinwicke martinwicke merged commit 5481748 into tensorflow:master Mar 19, 2016
CaitinZhao pushed a commit to CaitinZhao/models that referenced this pull request Nov 28, 2024
add model conversion to README_CN.md
sd2k pushed a commit to sd2k/models that referenced this pull request Sep 10, 2025
* added mobilenetv2 model

* fixup

* bump burn to 0.13.0

* added docstring and removed unused member variables

* change `inverted_residual_setting` type

* simplify `make_divisble`

* replace sequential impl

* Add mobilenetv2 pre-trained weights

- Remove configurable normalization (batchnorm was always used anyway)
- Fix Conv2dNormActivation padding
- Fix batchnorm rank
- Fix classifier input and output ranks
- Move utils to a simple closure for channel computation
- Add PyTorchFileRecorder with remapping
- Add structs documentation
- Make residual settings constants
- Remove dead comments

* Add example and rename to mobilenetv2-burn

- Add inference example with image sample
- Add README
- Add NOTICES
- Rename to mobilenetv2

* Remove reference to IMAGENET1K_V1 weights

* Fix resnet comment

* fix README

---------

Co-authored-by: Guillaume Lagrange <lagrange.guillaume.1@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

VariationalAutoencoderRunner.py - Fixed gaussian_sample_size causes incompatible shapes VariationalAutoencoderRunner.py (cost= nan)

3 participants