Skip to content

Commit

Permalink
solution changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Tonks684 committed Aug 20, 2024
1 parent af5187a commit 9be2139
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions solution.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,10 @@
2. Register the environment as a Kernel using the below line of code.
3. Reload VS Code via Ctrl+Shift+P, then select Reload Window.
"""
# %% <a [markdown]></a>
#%%
!python -m ipykernel install --user --name 06_image_translation --display-name "Python 06_image_translation"



# %% [markdown]
"""
# Part 1: Define dataloaders & walk through steps to train a Pix2PixHD GAN.
---------
Expand Down Expand Up @@ -272,7 +270,6 @@
If you are having issues loading the tensorboard session click "Launch TensorBoard session". You should then be able to add the log_dir path below and a tensorboard session shouls then load.
"""

# %%
log_dir = f"{top_dir}/model_tensorboard/{opt.name}/"
%reload_ext tensorboard
Expand Down

0 comments on commit 9be2139

Please sign in to comment.