-
Notifications
You must be signed in to change notification settings - Fork 15
Release 0.2 refactor qorc update + some high level modifs #50
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
base: release-0.2-refactor
Are you sure you want to change the base?
Changes from all commits
6a6180e
49091c7
8c3a27b
821a338
ca32cb2
ddcf4bf
ab0c627
72e72c0
13472b6
a4eb7e1
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,9 +3,9 @@ | |
|
|
||
| "xp_type" : "qorc", | ||
|
|
||
| "n_photons" : 2, | ||
| "n_modes" : 10, | ||
| "seed" : 42, | ||
| "n_photons" : 3, | ||
| "n_modes" : 20, | ||
| "run_seed" : 42, | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. let us keep a ticket to remember to fix that more generally
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. sure |
||
| "fold_index": 0, | ||
|
|
||
| "n_epochs": 100, | ||
|
|
||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. the configs are currently running multiple versions of the same model in order to make the comparison. While this is economical, the rule is to have 1 config PER run. The figures from the paper are then to be reproduced using .sh files that recombine these |
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. same here. one config per run |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The default values for n_photons and n_modes have been changed (n_photons from 2 to 3, n_modes from 10 to 20). While this might be intentional for the v0.2 update, please verify these are the intended default values, as they will affect the behavior of experiments that don't explicitly specify these parameters.