Update supported frameworks list (#209)

This commit is contained in:
pollfly
2022-03-20 12:55:27 +02:00
committed by GitHub
parent 70c3dbd800
commit 9f1c63ca15
3 changed files with 18 additions and 10 deletions

View File

@@ -470,6 +470,7 @@ auto_connect_frameworks={
'matplotlib': True, 'tensorflow': False, 'tensorboard': False, 'pytorch': True,
'xgboost': False, 'scikit': True, 'fastai': True, 'lightgbm': False,
'hydra': True, 'detect_repository': True, 'tfdefines': True, 'joblib': True,
'megengine': True, 'jsonargparse': True, 'catboost': True
}
```