Skip to content

zdebeurs/rv_net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rv_net

Steps

  1. Download all the files from this repository
  2. navigate to the rv_net folder in your terminal. Then, replicate the anaconda environment by typing the following in a command prompt conda env create -f tensorflow_env.yml
  3. Run the 2_3_1_HARPS_Linear_FC_CNN_June10_2023.ipynb script

Modifications for making .yml files to work on Other computers

  1. Create the .yml file without builds conda env export --no-builds > my_environment.yml
  2. In addition, this may not work on Windows devices. There does not seem to be an easy way to automatically remove OS-specific packages, but there is a way to see which packages were specifically installed using conda install so we could use that to remove all other packages from the .yml file. conda env export --from-history

Other important things

Allocation: sched_mit_andrewv

directory: /nfs/mkilab001/Groups/Andrew_Vanderburg

loading anaconda module load anaconda3/2021.11

extracting a ton of tar.gz files into one directory (directory_name) cat *.tar | tar -xvf - -i -C directory_name

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published