GeroVanMi / algorithmic-quartet-mlops

A showcase Machine Learning Operations (MLOps) Project.
0 stars 1 forks source link

Google Cloud Storage usage for image prediction logging #16

Closed TheMadBevah closed 4 months ago

TheMadBevah commented 4 months ago

How does the pathing work? significantly different from normal machine?

GeroVanMi commented 4 months ago

@TheMadBevah Quick note, you will need a separate Google Cloud storage bucket. The bucket from #4 is meant only for training images. I have created a separate bucket ( zhaw_algorithmic_quartet_generated_images ) for generated images for you.

GeroVanMi commented 4 months ago

I have added a "TODO" comment in generate_images.py where the relevant code needs to be put. @TheMadBevah maybe you can ask @Patrickliuu about this, since he has implemented the Download Code for the training pipeline already.