-
Notifications
You must be signed in to change notification settings - Fork 13
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
dashboard and tutorials data, models and labels locations (issue #667) #699
Conversation
replace data with label folder
data --> label folder
data --> label folder
data --> label folder
This comment was marked as outdated.
This comment was marked as outdated.
Enable the dashboard testing
Conflicting files seems to be only about clear output from notebooks. Not sure how to ignore this. |
Old and proposed folder structures of
|
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.
Very nice, thanks for reorganizing this! I very much like that all data files are in one place now. I do have one thing to discuss: we now include everything under dianna/data
in the pip package, so everyone that install dianna gets a pretty big download as it includes all those files. However, the files are only needed for the tutorials and dashboard. Would it make sense to not include the bigger files in the pip package, and only download them when needed in the notebooks/dashboard code?
You are right. Maybe after addressing #171 it will not be an issue. |
@cwmeijer do you mind merging this after the new release? |
Let's leave it for now indeed. For reference: it can be done by editing the MANIFEST.in file. The pypi package default is to not include any non-python files. |
Is your review for this PR positive then? ;-) |
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.
Good point, it is! :)
There are just 2 merge conflicts to resolve first in the notebooks, but I assume that will work out
Indeed, as I mentioned earlier I think these are just 2 notebooks that differ in with or without cell output. I'm not fluent enough in git to resolve manually the conflicts (cannot be done anutomatically). Can someone who knows better, merge the branch 667-reorganise to main? @loostrum, @cwmeijer ? |
I'll try fixing it now |
[heart] Elena Ranguelova reacted to your message:
…________________________________
From: Leon Oostrum ***@***.***>
Sent: Wednesday, March 20, 2024 11:46:47 AM
To: dianna-ai/dianna ***@***.***>
Cc: Elena Ranguelova ***@***.***>; Assign ***@***.***>
Subject: Re: [dianna-ai/dianna] dashboard and tutorials data, models and labels locations (issue #667) (PR #699)
I'll try fixing it now
—
Reply to this email directly, view it on GitHub<#699 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AAYYBWJC3H4IN26XZX2E3TTYZFZKPAVCNFSM6AAAAABCMLSU2WVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMBZGM4DCNRTGM>.
You are receiving this because you were assigned.Message ID: ***@***.***>
|
solves issue #667