Skip to content

Commit

Permalink
correct collab data link
Browse files Browse the repository at this point in the history
  • Loading branch information
CosmoMatt committed Jun 17, 2024
1 parent c3917c1 commit 165fa9a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
3 changes: 2 additions & 1 deletion notebooks/auto_compression.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,9 @@
"# Install s2fft and data if running on google colab.\n",
"if IN_COLAB:\n",
" !pip install s2scat &> /dev/null\n",
" !pip install numpy==1.23.5 &> /dev/null\n",
" !mkdir data/\n",
" !wget https://github.com/astro-informatics/s2scat/tree/main/notebooks/data/target_map_lss.npy -P data/ &> /dev/null\n"
" !wget https://github.com/astro-informatics/s2scat/raw/main/notebooks/data/target_map_lss.npy -P data/ &> /dev/null\n"
]
},
{
Expand Down
5 changes: 3 additions & 2 deletions notebooks/auto_generation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,9 @@
"# Install s2fft and data if running on google colab.\n",
"if IN_COLAB:\n",
" !pip install s2scat &> /dev/null\n",
" !pip install numpy==1.23.5 &> /dev/null\n",
" !mkdir data/\n",
" !wget https://github.com/astro-informatics/s2scat/tree/main/notebooks/data/target_map_lss.npy -P data/ &> /dev/null"
" !wget https://github.com/astro-informatics/s2scat/raw/main/notebooks/data/target_map_lss.npy -P data/ &> /dev/null"
]
},
{
Expand Down Expand Up @@ -152,7 +153,7 @@
"outputs": [],
"source": [
"key = jax.random.PRNGKey(0)\n",
"xlm_new = generator(key, count=10, niters=200, learning_rate=1e-3)"
"xlm_new = generator(key, count=10, niter=200, learning_rate=1e-3)"
]
},
{
Expand Down
3 changes: 2 additions & 1 deletion notebooks/manual_compression.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,9 @@
"# Install s2fft and data if running on google colab.\n",
"if IN_COLAB:\n",
" !pip install s2scat &> /dev/null\n",
" !pip install numpy==1.23.5 &> /dev/null\n",
" !mkdir data/\n",
" !wget https://github.com/astro-informatics/s2scat/tree/main/notebooks/data/target_map_lss.npy -P data/ &> /dev/null\n"
" !wget https://github.com/astro-informatics/s2scat/raw/main/notebooks/data/target_map_lss.npy -P data/ &> /dev/null\n"
]
},
{
Expand Down
3 changes: 2 additions & 1 deletion notebooks/manual_generation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,9 @@
"# Install s2fft and data if running on google colab.\n",
"if IN_COLAB:\n",
" !pip install s2scat &> /dev/null\n",
" !pip install numpy==1.23.5 &> /dev/null\n",
" !mkdir data/\n",
" !wget https://github.com/astro-informatics/s2scat/tree/main/notebooks/data/target_map_lss.npy -P data/ &> /dev/null"
" !wget https://github.com/astro-informatics/s2scat/raw/main/notebooks/data/target_map_lss.npy -P data/ &> /dev/null"
]
},
{
Expand Down

0 comments on commit 165fa9a

Please sign in to comment.