Sadashiv's picture
Upload 31 files
625ed08 verified
raw
history blame
189 Bytes
from src.pipeline.training_pipeline import start_training_pipeline
if __name__ =="__main__":
try:
start_training_pipeline()
except Exception as e:
print(e)