dataloading

This commit is contained in:
wassname
2020-10-18 13:12:09 +08:00
parent 7ab5c56bf2
commit 279ef54d86
11 changed files with 2497 additions and 2481 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ lint:
## Set up python interpreter environment
create_environment:
@echo ">>> Detected conda, creating conda environment."
conda create --name $(PROJECT_NAME) python=3
conda create --name $(PROJECT_NAME) python=3.7
@echo ">>> New conda env created. Activate with:\nsource activate $(PROJECT_NAME)"
## Test python environment is setup correctly