Skip to content

Commit

Permalink
fixing small bugs in code 3
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacmg committed Jan 16, 2024
1 parent b78a249 commit 8c569c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: get-date
run: echo "set-output TAG=date::$(date +%s))"
- name: Build the Docker image
run: docker build . --file Dockerfile --tag aistream1/flow_sweep:latest1
run: docker build . --file Dockerfile --tag aistream1/flow_sweep:latest
- name: docker-login
run: docker login -u aistream1 -p ${{secrets.DOCKER_SEC}}
- name: pus
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Flow Forecast Training Dockerfiles
This repository contains Dockerfiles needed to run Flow Forecast as a distributed Weights and Biases hyper-parameter sweep.

1. Make a sweep YAML file of the hyperparameters you want to search for on your FF model (example in the example_sweep directory)
1. Make a sweep YAML file of the hyperparameters you want to search for on your FF model (example in the example_sweep directory). The program in the sweep file should be run_flow.py.
2. Get your WANDB_SWEEP_ID. For this you need to run `wandb sweep --project sweeps_demo config.yaml`
3. Make an environment file
In your environment file there should be the following items:
Expand Down

0 comments on commit 8c569c9

Please sign in to comment.