Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Commit

Permalink
Adding copyright info to job scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
mikerabbat committed May 13, 2019
1 parent 07bbfc0 commit 6b49f35
Show file tree
Hide file tree
Showing 11 changed files with 66 additions and 0 deletions.
6 changes: 6 additions & 0 deletions job_scripts/submit_ADPSGD_ETH.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
#!/bin/bash
# Copyright (c) Facebook, Inc. and its affiliates.
# All rights reserved.
#
# This source code is licensed under the license found in the
# LICENSE file in the root directory of this source tree.
#
#SBATCH --job-name=ADPSGD_ETH
#SBATCH --output=ADPSGD_ETH.out
#SBATCH --error=ADPSGD_ETH.err
Expand Down
6 changes: 6 additions & 0 deletions job_scripts/submit_AR_ETH.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
#!/bin/bash
# Copyright (c) Facebook, Inc. and its affiliates.
# All rights reserved.
#
# This source code is licensed under the license found in the
# LICENSE file in the root directory of this source tree.
#
#SBATCH --job-name=AR-SGD-ETH
#SBATCH --output=AR-SGD-ETH.out
#SBATCH --error=AR-SGD-ETH.err
Expand Down
6 changes: 6 additions & 0 deletions job_scripts/submit_AR_IB.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
#!/bin/bash
# Copyright (c) Facebook, Inc. and its affiliates.
# All rights reserved.
#
# This source code is licensed under the license found in the
# LICENSE file in the root directory of this source tree.
#
#SBATCH --job-name=AR-SGD_IB
#SBATCH --output=AR-SGD_IB.out
#SBATCH --error=AR_SGD_IB.err
Expand Down
6 changes: 6 additions & 0 deletions job_scripts/submit_DPSGD_ETH.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
#!/bin/bash
# Copyright (c) Facebook, Inc. and its affiliates.
# All rights reserved.
#
# This source code is licensed under the license found in the
# LICENSE file in the root directory of this source tree.
#
#SBATCH --job-name=DPSGD_ETH
#SBATCH --output=DPSGD_ETH.out
#SBATCH --error=DPSGD_ETH.err
Expand Down
6 changes: 6 additions & 0 deletions job_scripts/submit_DPSGD_IB.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
#!/bin/bash
# Copyright (c) Facebook, Inc. and its affiliates.
# All rights reserved.
#
# This source code is licensed under the license found in the
# LICENSE file in the root directory of this source tree.
#
#SBATCH --job-name=DPSGD_IB
#SBATCH --output=DPSGD_IB.out
#SBATCH --error=DPSGD_IB.err
Expand Down
6 changes: 6 additions & 0 deletions job_scripts/submit_SGP_ETH.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
#!/bin/bash
# Copyright (c) Facebook, Inc. and its affiliates.
# All rights reserved.
#
# This source code is licensed under the license found in the
# LICENSE file in the root directory of this source tree.
#
#SBATCH --job-name=SGP-ETH
#SBATCH --output=SGP-ETH.out
#SBATCH --error=SGP-ETH.err
Expand Down
6 changes: 6 additions & 0 deletions job_scripts/submit_SGP_IB.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
#!/bin/bash
# Copyright (c) Facebook, Inc. and its affiliates.
# All rights reserved.
#
# This source code is licensed under the license found in the
# LICENSE file in the root directory of this source tree.
#
#SBATCH --job-name=SGP_IB
#SBATCH --output=SGP_IB.out
#SBATCH --error=SGP_IB.err
Expand Down
6 changes: 6 additions & 0 deletions transformer/job_scripts/submit_ar_large.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
#!/bin/bash
# Copyright (c) Facebook, Inc. and its affiliates.
# All rights reserved.
#
# This source code is licensed under the license found in the
# LICENSE file in the root directory of this source tree.
#
#SBATCH --job-name=transformer_test
#SBATCH --output=transformer_ar_test.out
#SBATCH --error=transformer_ar_test.err
Expand Down
6 changes: 6 additions & 0 deletions transformer/job_scripts/submit_ar_small.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
#!/bin/bash
# Copyright (c) Facebook, Inc. and its affiliates.
# All rights reserved.
#
# This source code is licensed under the license found in the
# LICENSE file in the root directory of this source tree.
#
#SBATCH --job-name=transformer_test_2
#SBATCH --output=transformer_ar_test_2.out
#SBATCH --error=transformer_ar_test_2.err
Expand Down
6 changes: 6 additions & 0 deletions transformer/job_scripts/submit_sgp_large.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
#!/bin/bash
# Copyright (c) Facebook, Inc. and its affiliates.
# All rights reserved.
#
# This source code is licensed under the license found in the
# LICENSE file in the root directory of this source tree.
#
#SBATCH --job-name=transformer_test
#SBATCH --output=transformer_sgp_test.out
#SBATCH --error=transformer_sgp_test.err
Expand Down
6 changes: 6 additions & 0 deletions transformer/job_scripts/submit_sgp_small.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
#!/bin/bash
# Copyright (c) Facebook, Inc. and its affiliates.
# All rights reserved.
#
# This source code is licensed under the license found in the
# LICENSE file in the root directory of this source tree.
#
#SBATCH --job-name=transformer_test_2
#SBATCH --output=transformer_sgp_test_2.out
#SBATCH --error=transformer_sgp_test_2.err
Expand Down

0 comments on commit 6b49f35

Please sign in to comment.