rishigami / Swin-Transformer-TF

Tensorflow implementation of Swin Transformer model.
Apache License 2.0
198 stars 46 forks source link

use_tpu flag is longer required (at least on Kaggle) #24

Open atamazian opened 8 months ago

atamazian commented 8 months ago

Since Kaggle is switched to usage of TPU VM v3-8, and they phased out possibility to use TPU directly, use_tpu flag is longer required (in fact, there will give an error if it is set).

Here's my example of Swin-Transformer-TF training with TPU on Kaggle without that flag.