DL-Art-School/codes/utils
James Betker 93a3302819 Push training_state data to CPU memory before saving it
For whatever reason, keeping this on GPU memory just doesn't work.
When you load it, it consumes a large amount of GPU memory and that
utilization doesn't go away. Saving to CPU should fix this.
2022-03-04 17:57:33 -07:00
..
__init__.py
audio_resampler.py
audio.py
colors.py
convert_model.py Add "dataset_debugger" support 2022-01-06 12:38:20 -07:00
distributed_checkpont.py
gpu_mem_track.py
kmeans.py
loss_accumulator.py Move log consensus to train for efficiency 2022-03-04 13:41:32 -07:00
numeric_stability.py
options.py
util.py Push training_state data to CPU memory before saving it 2022-03-04 17:57:33 -07:00
weight_scheduler.py