mirror of
https://github.com/clearml/clearml
synced 2025-04-02 00:26:05 +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
|
||||
autokeras
|
||||
tensorflow>=2.3.0
|
||||
trains
|
||||
git+https://github.com/keras-team/keras-tuner.git@1.0.2rc2
|
||||
|
@ -1,3 +1,4 @@
|
||||
fastai
|
||||
tensorboard
|
||||
tensorboardX
|
||||
trains
|
||||
|
@ -1,2 +1,3 @@
|
||||
Keras
|
||||
tensorflow>=2.0
|
||||
trains
|
@ -1,3 +1,4 @@
|
||||
keras-tuner
|
||||
tensorflow>=2.0
|
||||
tensorflow-datasets
|
||||
tensorflow-datasets
|
||||
trains
|
@ -1,3 +1,4 @@
|
||||
lightgbm
|
||||
scikit-learn
|
||||
pandas
|
||||
trains
|
@ -1,3 +1,4 @@
|
||||
matplotlib >= 3.1.1 ; python_version >= '3.6'
|
||||
matplotlib >= 2.2.4 ; python_version < '3.6'
|
||||
seaborn
|
||||
trains
|
@ -2,4 +2,5 @@ matplotlib
|
||||
tensorboardX
|
||||
tensorboard>=1.14.0
|
||||
torch>=1.1.0
|
||||
torchvision>=0.3.0
|
||||
torchvision>=0.3.0
|
||||
trains
|
@ -1,4 +1,5 @@
|
||||
joblib>=0.13.2
|
||||
matplotlib >= 3.1.1 ; python_version >= '3.6'
|
||||
matplotlib >= 2.2.4 ; python_version < '3.6'
|
||||
scikit-learn
|
||||
scikit-learn
|
||||
trains
|
@ -1,3 +1,4 @@
|
||||
tensorboardX>=1.8
|
||||
torch>=1.1.0
|
||||
torchvision>=0.3.0
|
||||
trains
|
@ -1,2 +1,3 @@
|
||||
tensorboard>=2.0
|
||||
tensorflow>=2.0
|
||||
trains
|
@ -1,6 +1,7 @@
|
||||
matplotlib >= 3.1.1 ; python_version >= '3.6'
|
||||
matplotlib >= 2.2.4 ; python_version < '3.6'
|
||||
sklearn
|
||||
trains
|
||||
xgboost>=0.90 ; python_version >= '3'
|
||||
xgboost>=0.82 ; python_version < '3'
|
||||
# sudo apt-get install graphviz
|
||||
|
@ -1,4 +1,5 @@
|
||||
joblib>=0.13.2
|
||||
matplotlib >= 3.1.1 ; python_version >= '3.6'
|
||||
matplotlib >= 2.2.4 ; python_version < '3.6'
|
||||
scikit-learn
|
||||
scikit-learn
|
||||
trains
|
@ -6,3 +6,4 @@ numpy
|
||||
pandas
|
||||
pillow>=4.0
|
||||
six
|
||||
trains
|
||||
|
Loading…
Reference in New Issue
Block a user