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
distributed_checkpont.py
gpu_mem_track.py
kmeans.py
loss_accumulator.py
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