@dendarrion Nice PR - actually if you want - it'll be better to directly override all Kaggle saving to /tmp - there is a check in save.py for IS_KAGGLE_ENVIRONMENT and if the folder /tmp exists, we should default to that especially for push_to_hub functions
@dendarrion Nice PR - actually if you want - it'll be better to directly override all Kaggle saving to
/tmp
- there is a check insave.py
forIS_KAGGLE_ENVIRONMENT
and if the folder/tmp
exists, we should default to that especially forpush_to_hub
functions