Skip to content

fastscience-ai/DL_Lab_TF_2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

install conda

Go to https://docs.conda.io/en/latest/miniconda.html
Then download proper installer for your OS
bash [proper installer]

install tensorflow2.0 and all dependencies

conda create -n dl_lab tensorflow
conda install pillow opencv scipy matplotlib scikit-image scikit-learn pandas jupyterlab numpy
conda activate dl_lab

Conda environment for the tensorflow transformer tutorial

conda create -n transformer python==3.10
conda activate transformer
pip install jupyterlab

When we deactivate conda environments

conda deactivate

Dataset

  • PM2.5 in South Korea, from 2019 to 2020. 6-hourly
    https://drive.google.com/file/d/1gm0oD6N3puTgV_n0IOwEFTlbn37cvza3/view?usp=sharing
  • Hurricane Dataset
    https://library.ucsd.edu/dc/object/bb94252168

About

Code for DL Lecture series

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published