nk6june / DVC_DL_Tensorflow_Demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DVC - DL - TF - AIOPS Demo

download data --> source

commands

create a new env

conda create --prefix ./env python=3.7 -y

activate new env

source activate ./env

install the requirements

pip install -r requirements.txt

init DVC

git init
dvc init

create empty files

mkdir -p src/utils config
touch src/__init__.py src/utils/__init__.py param.yaml dvc.yaml config/config.yaml src/stage_01_load_save.py src/utils/all_utils.py setup.py .gitignore

install src

pip install -e .

About


Languages

Language:Python 100.0%