-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #11 from kuanweih/neurips_arxiv
NeurIPS and arXiv
- Loading branch information
Showing
10 changed files
with
3,395 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
#!/bin/bash | ||
|
||
# Create a new Conda environment | ||
conda create -y --name lensiam python=3.8 | ||
|
||
# Activate the Conda environment | ||
conda activate lensiam | ||
|
||
# Install required packages via pip | ||
pip install torch==2.1.0 torchvision==0.16.0 torchaudio==2.1.0 --extra-index-url https://download.pytorch.org/whl/cu116 | ||
pip install -r requirements.txt |
1,108 changes: 1,108 additions & 0 deletions
1,108
notebooks/Visualizing_results_Einstein_radius_LenSiam.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
1,108 changes: 1,108 additions & 0 deletions
1,108
notebooks/Visualizing_results_Einstein_radius_SimSiam.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
1,112 changes: 1,112 additions & 0 deletions
1,112
notebooks/Visualizing_results_Einstein_radius_baseline.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
File renamed without changes.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
tqdm | ||
pyyaml | ||
matplotlib | ||
astropy | ||
tqdm==4.66.1 | ||
pyyaml==6.0.1 | ||
matplotlib==3.7.3 | ||
astropy==5.2.2 | ||
transformers==4.18.0 | ||
umap-learn | ||
umap-learn==0.5.4 |