Skip to content

Commit

Permalink
spork
Browse files Browse the repository at this point in the history
  • Loading branch information
lim185 committed Oct 21, 2024
1 parent c4ad944 commit 21b84b7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
sample data, and it's like generating droids.
"""

import pyspark

if __name__ == "__main__":
pass

Expand Down
6 changes: 6 additions & 0 deletions training/training_scheduler.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,10 @@ def __init__(self, hyperparameters, model_directory, model):
def train(self):
return

def visualize_model(self):
return

def plot_training_progress(self):
return

# EOF

0 comments on commit 21b84b7

Please sign in to comment.