mirror of
https://github.com/clearml/clearml
synced 2025-04-03 04:21:03 +00:00
Add trains to examples requirements
This commit is contained in:
parent
74153a4399
commit
a6d479ffab
@ -1,4 +1,5 @@
|
|||||||
# Plese read this https://github.com/keras-team/autokeras#installation before doing changes
|
# Plese read this https://github.com/keras-team/autokeras#installation before doing changes
|
||||||
autokeras
|
autokeras
|
||||||
tensorflow>=2.3.0
|
tensorflow>=2.3.0
|
||||||
|
trains
|
||||||
git+https://github.com/keras-team/keras-tuner.git@1.0.2rc2
|
git+https://github.com/keras-team/keras-tuner.git@1.0.2rc2
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
fastai
|
fastai
|
||||||
tensorboard
|
tensorboard
|
||||||
tensorboardX
|
tensorboardX
|
||||||
|
trains
|
||||||
|
@ -1,2 +1,3 @@
|
|||||||
Keras
|
Keras
|
||||||
tensorflow>=2.0
|
tensorflow>=2.0
|
||||||
|
trains
|
@ -1,3 +1,4 @@
|
|||||||
keras-tuner
|
keras-tuner
|
||||||
tensorflow>=2.0
|
tensorflow>=2.0
|
||||||
tensorflow-datasets
|
tensorflow-datasets
|
||||||
|
trains
|
@ -1,3 +1,4 @@
|
|||||||
lightgbm
|
lightgbm
|
||||||
scikit-learn
|
scikit-learn
|
||||||
pandas
|
pandas
|
||||||
|
trains
|
@ -1,3 +1,4 @@
|
|||||||
matplotlib >= 3.1.1 ; python_version >= '3.6'
|
matplotlib >= 3.1.1 ; python_version >= '3.6'
|
||||||
matplotlib >= 2.2.4 ; python_version < '3.6'
|
matplotlib >= 2.2.4 ; python_version < '3.6'
|
||||||
seaborn
|
seaborn
|
||||||
|
trains
|
@ -2,4 +2,5 @@ matplotlib
|
|||||||
tensorboardX
|
tensorboardX
|
||||||
tensorboard>=1.14.0
|
tensorboard>=1.14.0
|
||||||
torch>=1.1.0
|
torch>=1.1.0
|
||||||
torchvision>=0.3.0
|
torchvision>=0.3.0
|
||||||
|
trains
|
@ -1,4 +1,5 @@
|
|||||||
joblib>=0.13.2
|
joblib>=0.13.2
|
||||||
matplotlib >= 3.1.1 ; python_version >= '3.6'
|
matplotlib >= 3.1.1 ; python_version >= '3.6'
|
||||||
matplotlib >= 2.2.4 ; python_version < '3.6'
|
matplotlib >= 2.2.4 ; python_version < '3.6'
|
||||||
scikit-learn
|
scikit-learn
|
||||||
|
trains
|
@ -1,3 +1,4 @@
|
|||||||
tensorboardX>=1.8
|
tensorboardX>=1.8
|
||||||
torch>=1.1.0
|
torch>=1.1.0
|
||||||
torchvision>=0.3.0
|
torchvision>=0.3.0
|
||||||
|
trains
|
@ -1,2 +1,3 @@
|
|||||||
tensorboard>=2.0
|
tensorboard>=2.0
|
||||||
tensorflow>=2.0
|
tensorflow>=2.0
|
||||||
|
trains
|
@ -1,6 +1,7 @@
|
|||||||
matplotlib >= 3.1.1 ; python_version >= '3.6'
|
matplotlib >= 3.1.1 ; python_version >= '3.6'
|
||||||
matplotlib >= 2.2.4 ; python_version < '3.6'
|
matplotlib >= 2.2.4 ; python_version < '3.6'
|
||||||
sklearn
|
sklearn
|
||||||
|
trains
|
||||||
xgboost>=0.90 ; python_version >= '3'
|
xgboost>=0.90 ; python_version >= '3'
|
||||||
xgboost>=0.82 ; python_version < '3'
|
xgboost>=0.82 ; python_version < '3'
|
||||||
# sudo apt-get install graphviz
|
# sudo apt-get install graphviz
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
joblib>=0.13.2
|
joblib>=0.13.2
|
||||||
matplotlib >= 3.1.1 ; python_version >= '3.6'
|
matplotlib >= 3.1.1 ; python_version >= '3.6'
|
||||||
matplotlib >= 2.2.4 ; python_version < '3.6'
|
matplotlib >= 2.2.4 ; python_version < '3.6'
|
||||||
scikit-learn
|
scikit-learn
|
||||||
|
trains
|
@ -6,3 +6,4 @@ numpy
|
|||||||
pandas
|
pandas
|
||||||
pillow>=4.0
|
pillow>=4.0
|
||||||
six
|
six
|
||||||
|
trains
|
||||||
|
Loading…
Reference in New Issue
Block a user