Skip to content

Commit

Permalink
Remove wandb in network
Browse files Browse the repository at this point in the history
  • Loading branch information
nv-nguyen committed May 16, 2023
1 parent c5b30e5 commit 0427f22
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/model/base_network.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
from src.utils.visualization_utils import put_image_to_grid
from torchvision.utils import make_grid, save_image
import os
import wandb
import torchvision.transforms as transforms
from src.model.loss import GeodesicError
import multiprocessing
Expand Down

0 comments on commit 0427f22

Please sign in to comment.