/dvc-DL-tensorflow-aiops

dvc-DL-tensorflow-aiops

Primary LanguagePython

DVC - DL - TF - AIOPS

download data --> source

commands -

create a new env

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

activate new env

source activate ./env

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 .

To change the(rename) name of long environment name path to shorter name in current environmen directory :

conda config --set env_prompt ({name})