Skip to content

Instantly share code, notes, and snippets.

@AseiSugiyama
AseiSugiyama / fan-in-fan-out-pipeline.ipynb
Last active March 18, 2024 07:10
fan-in-fan-out-pipeline.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
def predict_cat_or_dog(image: np.ndarray):
# unknown logic....
@AseiSugiyama
AseiSugiyama / calc_digits.py
Last active May 7, 2022 07:05
testing-machine-learning-system
def calc_digits(number: int):
if number >= 0:
return len(str(number))
else:
return len(str(number)) - 1
@AseiSugiyama
AseiSugiyama / vertex-pipelines-handson.ipynb
Last active November 12, 2021 01:02
vertex-pipelines-handson.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@AseiSugiyama
AseiSugiyama / kubeflowpipelinessdkv2artifact.ipynb
Created June 29, 2021 12:40
KubeflowPipelinesSDKV2Artifact.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@AseiSugiyama
AseiSugiyama / lightweight_functions_component_io_kfp.ipynb
Last active June 18, 2021 10:49
lightweight_functions_component_io_kfp.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
# coding=utf-8
# Copyright 2021 The Google Research Authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
@AseiSugiyama
AseiSugiyama / convolutional-autoencoder.ipynb
Last active August 9, 2020 05:10
Convolutional Autoencoder.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@AseiSugiyama
AseiSugiyama / Seaborn Test Drive.ipynb
Last active August 4, 2020 04:15
Seaborn Test Drive.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Sample image

sample-image

sample-image2

IMG_7316

IMG_7317