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.

Explanation of the InputTransform

See original GitHub issue

❓ Questions and Help

Is there an explanation of the InputTransform and how to use it anywhere?

I see that there are some basic examples under the documentation of some of the tasks. However, what I am missing is:

  1. An explanation of what the *_on_device() functions refer to in contrast to the standard functions
  2. How the various functions are combined? Many available functions overlap such as per_sample_transform(), input_per_sample_transform() and train_input_per_sample_transform(). Is simply the more specific function used or will the per_sample_transform() always be applied first before applying the more specific functions?

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
tchatoncommented, Dec 23, 2021

By default, the data in Flash are dictionarry. By using input_*, this would apply your function on the input key. And *_on_device is applied when the data are already on the gpus, tpu, etc… And yes, always the most specific method is used

0reactions
stale[bot]commented, Feb 23, 2022

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

Read more comments on GitHub >

github_iconTop Results From Across the Web

The input/output transformation model
Operations management transforms inputs (labor, capital, equipment, land, buildings, materials and information) into outputs (goods and ...
Read more >
The input/output transformation model - Business Fundamentals
Operations management transforms inputs (labor, capital, equipment, land, buildings, materials and information) into outputs (goods and ...
Read more >
Understanding operations management: 3.2 Inputs - OpenLearn
3.2 Inputs · transformed resources – those that are transformed in some way by the operation to produce the goods or services that...
Read more >
Input Output Model Examples - Six Sigma Daily
The Input-Output (IPO) Model is a functional graph that identifies the inputs, outputs, and required processing tasks required to transform ...
Read more >
What is the input–transformation–output process?
All operations in an organization produce products and services by changing inputs into outputs using 'input-transformation-output processes.
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