general-deep-learning / environment-linux.yml
yetrun's picture
ver3: 将源码迁入 src/deep_learning 包,重塑训练流水线,规范 data/model 契约
07cb7d3
Raw
History Blame Contribute Delete
295 Bytes
name: general-dl
channels:
- defaults
dependencies:
- python=3.12
- pip
- numpy=2.1.3
- matplotlib
- pip:
- tensorflow[and-cuda]==2.19.1
- tensorflow-text==2.19.0
- keras==3.13.2
- keras-hub==0.26.0
- gradio==6.12.0
variables:
ENV: production
PYTHONPATH: src