- Download all the files from this repository
- 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 - Run the
2_3_1_HARPS_Linear_FC_CNN_June10_2023.ipynbscript
- Create the .yml file without builds
conda env export --no-builds > my_environment.yml - 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 installso we could use that to remove all other packages from the .yml file.conda env export --from-history
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