Skip to content

Commit a6b9bcc

Browse files
committed
new ip
1 parent a287999 commit a6b9bcc

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

schedule.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
@click.option("--revision", default="HEAD", help="Git revision to execute.")
1616
@click.option("--params-file", default=None, help="Path to parameter file.")
1717
@click.option("--hps", default=None, help="List of hyperparameters in format name1:value1,name2:value2")
18-
@click.option("--queue-dir", default="192.168.0.104:/home/clemens/xprun/queue")
18+
@click.option("--queue-dir", default="192.168.0.101:/home/clemens/xprun/queue")
1919
def main(repo_path, revision, params_file, hps, queue_dir):
2020
# pathlib.Path(QUEUE_DIR).mkdir(parents=True, exist_ok=True)
2121
commit = subprocess.check_output(["git", "rev-parse", revision]).decode("UTF-8")[:-1]

setup-system.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,11 @@ curl -sL "https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x2EE0EA64E40A89
2222
apt-get update
2323
apt-get install --yes openjdk-8-jdk sbt=0.13.16
2424

25+
pip install torch-scatter==2.0.5+cu101 -f https://pytorch-geometric.com/whl/torch-1.6.0.html
2526

2627
cd src
2728
git clone https://github.com/cswinter/CodeCraftGame.git
29+
git checkout deepcodecraft
2830
cd CodeCraftGame
2931
sbt publishLocal
3032

0 commit comments

Comments
 (0)