Skip to content

Instantly share code, notes, and snippets.

@AkiyonKS
Created August 9, 2022 05:02
Show Gist options
  • Save AkiyonKS/a0b95276c0dd35c60c3e81859d3dde90 to your computer and use it in GitHub Desktop.
Save AkiyonKS/a0b95276c0dd35c60c3e81859d3dde90 to your computer and use it in GitHub Desktop.
import tempfile
import os
import math
import tensorflow as tf
import numpy as np
import pandas as pd
import itertools
from tensorflow import keras
# 以下自作関数
from myfunc import fetch_n_photos
from myfunc import fetch_train_test_data
from myfunc import fetch_df_photo_ids
from myfunc import add_batch_number_to_df
from myfunc import generate_fit_data
from myfunc import fetch_fit_data
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment