clearml/trains/binding/frameworks
2020-10-12 12:34:52 +03:00
..
__init__.py Make sure local packages with multi-files are marked as "package" 2020-10-12 10:50:46 +03:00
base_bind.py
fastai_bind.py Add FastAI example, disable binding if tensorboard is loaded (assume TensorBoradLogger will be used) 2020-08-10 08:01:03 +03:00
lightgbm_bind.py Add LightGBM support 2020-10-12 12:34:52 +03:00
pytorch_bind.py Add PyTorch Lightning save/restore model binding (issue #212) 2020-10-04 17:00:01 +03:00
tensorflow_bind.py Fix type annotation and PEP8 2020-10-11 11:16:19 +03:00
xgboost_bind.py