Sadashiv's picture
Upload 146 files
17c5137 verified
from src.pipeline.training_pipeline import start_training_pipeline
if __name__ =="__main__":
try:
start_training_pipeline()
except Exception as e:
print(e)