Skip to content
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

Make loading pre-trained TAN a one-liner #4

Open
ajratner opened this issue Dec 5, 2017 · 1 comment
Open

Make loading pre-trained TAN a one-liner #4

ajratner opened this issue Dec 5, 2017 · 1 comment
Assignees

Comments

@ajratner
Copy link
Contributor

ajratner commented Dec 5, 2017

Right now we have to load in:

  1. The TAN checkpoint
  2. Config file
  3. TFs
  4. dims

(4) should be merged into (2); (3) should also be merged into (2) (see e.g. scuba repo); and then everything should be put into one folder so everything can be auto-loaded with one path

@henryre
Copy link
Member

henryre commented Dec 5, 2017

Just to clarify from our discussion: you should be able to pass in either a TAN object or a string as the first argument to TANDAImageDataGenerator

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants