We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Since in many places options,hparams,config parameters are being passed why not put them inside a common container?
wav2mov/main/main.py
Line 37 in 2a765a1
Line 40 in 2a765a1
Line 43 in 2a765a1
The text was updated successfully, but these errors were encountered:
Yeah, seems good to me. Also we can merge options and hparams into one, options = store(options,hparams,config) so we can call
def function(options,...): ... = options.config ... = options.hparams #hparams containes all keys of both original options and hparams
Sorry, something went wrong.
No branches or pull requests
Since in many places options,hparams,config parameters are being passed why not put them inside a common container?
wav2mov/main/main.py
Line 37 in 2a765a1
wav2mov/main/main.py
Line 40 in 2a765a1
wav2mov/main/main.py
Line 43 in 2a765a1
The text was updated successfully, but these errors were encountered: