Skip to content

Instantly share code, notes, and snippets.

@kplr-io
kplr-io / smallberta_pretraining.ipynb
Created March 14, 2024 11:56 — forked from aditya-malte/smallberta_pretraining.ipynb
smallBERTa_Pretraining.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
from airflow import DAG
from airflow.operators.python_operator import PythonOperator
from datetime import datetime, timedelta
def hello_world():
print("#############################################")
print(" Hello, AIRFLOW!")
print((datetime.now()+timedelta(hours=2)).strftime("%y-%m-%d %H:%M:%S"))
print("#############################################")
@kplr-io
kplr-io / mnist-in-keras.ipynb
Created January 30, 2023 12:53
MNIST in Keras.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.