EveryDream2trainer/data/dl_singleton.py

3 lines
149 B
Python
Raw Normal View History

2022-12-17 20:32:48 -07:00
# stop lightning's repeated instantiation of batch train/val/test classes causing multiple sweeps of the same data off disk
shared_dataloader = None