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
Instead of this, which is error prone
- class_path: cellarium.ml.transforms.ZScore init_args: mean_g: !CheckpointLoader file_path: /home/jupyter/trained_models/onepass/lightning_logs/version_0/checkpoints/epoch=0-step=249.ckpt attr: model.mean_g convert_fn: null std_g: !CheckpointLoader file_path: /home/jupyter/trained_models/onepass/lightning_logs/version_0/checkpoints/epoch=0-step=249.ckpt attr: model.std_g convert_fn: null var_names_g: !CheckpointLoader file_path: /home/jupyter/trained_models/onepass/lightning_logs/version_0/checkpoints/epoch=0-step=249.ckpt attr: model.var_names_g convert_fn: null
allow this kind of thing
- class_path: cellarium.ml.transforms.ZScore init_args: onepass_mean_var_std_ckpt: !CheckpointLoader file_path: /home/jupyter/trained_models/onepass/lightning_logs/version_0/checkpoints/epoch=0-step=249.ckpt
The text was updated successfully, but these errors were encountered:
See if there are other opportunities to do this kind of thing
Sorry, something went wrong.
No branches or pull requests
Instead of this, which is error prone
allow this kind of thing
The text was updated successfully, but these errors were encountered: