:param save_dir: :param gen: :param epoch: :return:
(save_dir,features,gen,epoch)
| 42 | param_group["lr"] = lr |
| 43 | |
| 44 | def generate_and_save_images(save_dir,features,gen,epoch): |
| 45 | """ |
| 46 | :param save_dir: |
| 47 | :param gen: |
| 48 | :param epoch: |
| 49 | :return: |
| 50 | """ |
| 51 | predictions = gen(features) |
| 52 | pass |
| 53 | |
| 54 | def draw(loss): |
| 55 | """ |
nothing calls this directly
no outgoing calls
no test coverage detected