#!/usr/bin/python
# -*- coding: utf-8 -*-
class SoftwareEngineer:
def __init__(self):
self.name = "M. Tolga Cangöz"
self.role = "Machine Learning Engineer"
self.language_spoken = ["tr_TR", "en_US"]
def say_hi(self):
print("Thanks for dropping by, hope you find some of my work interesting.")
me = SoftwareEngineer()
me.say_hi()
🖖
Live Long and Prosper
...to boldly go where no one has gone before...
Pinned Loading
-
huggingface/diffusers
huggingface/diffusers Public🤗 Diffusers: State-of-the-art diffusion models for image, video, and audio generation in PyTorch and FLAX.
-
huggingface/finetrainers
huggingface/finetrainers PublicScalable and memory-optimized training of diffusion models
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.