Skip to content

Commit

Permalink
merge+correct+bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
DaliCHEBBI committed Nov 5, 2024
2 parents 9f02224 + 8f199c1 commit 633ffde
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
LOGS_DIR="${HOME}/opt/simlearner3d/tests/logs/"
## Identifiant vers le projet Comet de nos modèles
COMET_PROJECT_NAME="similarity-learning"
COMET_WORKSPACE=""
COMET_API_TOKEN=""
COMET_WORKSPACE="dalichebbi"
COMET_API_KEY=""
# Préciser le chemin du repo git pour logguer la version du code utilisée.
COMET_GIT_DIRECTORY="${HOME}/opt/simlearner3d/tests/"
HYDRA_FULL_ERROR=1
6 changes: 6 additions & 0 deletions commandes_utiles.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# upload local logs
python -m comet_ml.scripts.comet_upload *.zip
# you need a COMET_WORKSPACE and a COMET_API_KEY



1 change: 1 addition & 0 deletions docs/source/guides/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Tests can be run in an activated environment with.
```bash
conda activate simlearner3d
python -m pytest -rA -v

```

## Continuous Integration (CI)
Expand Down
7 changes: 7 additions & 0 deletions scripts/train_dublin_tensorboard.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
python run.py task.task_name="fit" \
datamodule.hdf5_file_path="/media/mohamedali/DUBLIN_DENSE_TRAINING_1/Stereo/dublin.hdf5" \
experiment="MSAFFDebug" \
datamodule.masq_divider=255 \
model.false1=1 \
model.false2=5 \
logger=tensorboard

0 comments on commit 633ffde

Please sign in to comment.