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

Added Geometric Shapes generation with parameter variations #158

Merged
merged 9 commits into from
Apr 25, 2023

Conversation

WillemSpek
Copy link
Collaborator

No description provided.

@WillemSpek WillemSpek requested a review from elboyran March 14, 2023 09:55
@WillemSpek WillemSpek self-assigned this Mar 14, 2023
@review-notebook-app
Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

Copy link
Contributor

@elboyran elboyran left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @WillemSpek , nice that you've found your way in this practical task!
I see two more things missing, namely:
1 we wound like to order the shapes by the varying parameter to make structured experiments, Especially as it's all in one big nzp file!
2. we should upload the ordered set in the SurfDrive like our other data,

@WillemSpek
Copy link
Collaborator Author

I have included the changes, only point is that the data is stored as 1D array, I was uncertain if you wanted it with multiple dimensions.

@WillemSpek WillemSpek requested a review from elboyran April 6, 2023 07:59
Copy link
Contributor

@elboyran elboyran left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @WillemSpek , nice work! I have 2 remarks:

  1. I'm not sure all triangle shapes are saved:

nvariations = 10 ncircle = nvariations ** 2 ntriangle = nvariations ** 3,

but later

circles = shapes[:ncircle] triangles = shapes[ncircle:] ... np.savez_compressed('shapes.npz', circles=circles, triangles=triangles,...

  1. I prefer all research work we do now to be under the folder dianna-exploration/relevance_maps_properties/. Can you, please, move the notebook under that folder in subfolder e.g. test_data?

@WillemSpek
Copy link
Collaborator Author

WillemSpek commented Apr 11, 2023

Hi @elboyran ,

  1. all shapes should be saved as triangles = shapes[ncircle:] should incude all other shapes aside from the circles, I guess this could be made more explicit.
  2. I will move the work to dianna-exploration/relevance_maps_properties/ under new directory research_data or test_data.

@WillemSpek WillemSpek requested a review from elboyran April 13, 2023 08:03
Copy link
Contributor

@elboyran elboyran left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice, now images ready to play with! ; - )

@WillemSpek WillemSpek merged commit ed42a7f into main Apr 25, 2023
@WillemSpek WillemSpek deleted the ImageExperiments branch June 1, 2023 14:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants