Feat: Onboard Mnist Dataset#379
Merged
Merged
Conversation
nlarge-google
suggested changes
Jun 15, 2022
| request_ephemeral_storage: "8G" | ||
|
|
||
| graph_paths: | ||
| - "download_and_process_source_zip_file" |
Contributor
There was a problem hiding this comment.
with this you are only executing the "download_and_process_source_zip_file" pipeline, but there are 3 other pipelines here that are not being executed. Either include the other pipelines or remove them from the pipeline.yaml file.
| # # See the License for the specific language governing permissions and | ||
| # # limitations under the License. | ||
|
|
||
| # import csv |
Contributor
There was a problem hiding this comment.
remove unwanted/remarked-out code. Please clean-up.
| @@ -0,0 +1,147 @@ | |||
| [ | |||
| { | |||
Contributor
There was a problem hiding this comment.
tabulation must be 2 spaces
Contributor
|
@gkodukula Great attempt. Some minor changes. |
happyhuman
approved these changes
Jun 15, 2022
nlarge-google
approved these changes
Jun 16, 2022
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Pipelines included:
Checklist
Note: If an item applies to you, all of its sub-items must be fulfilled
mnist/<mnist>and nothing outside of that directory