Skip to content

Commit

Permalink
adjust tensorflow version
Browse files Browse the repository at this point in the history
  • Loading branch information
biplovbhandari committed Jun 23, 2024
1 parent 62650c3 commit 05e2d9a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion aces/model_trainer.py
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,6 @@ def lr_scheduler(epoch):

self.model_callbacks = model_callbacks

print(self.model)
self.history = self.model.fit(
x=self.TRAINING_DATASET,
epochs=self.config.EPOCHS,
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
numpy
tensorflow>=2.9.3
tensorflow>=2.9.3,<=2.15.0
earthengine-api
python-dotenv>=1.0.0
matplotlib

0 comments on commit 05e2d9a

Please sign in to comment.