Skip to content

Commit

Permalink
precommit hook
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasBrazCappelo committed Aug 30, 2023
1 parent fb69fad commit 3dea6fa
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Aerial_road_segmentation_Unet_Braz_Durand_Nicolle.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
"import torch\n",
"import torch.nn as nn\n",
"from sklearn.model_selection import train_test_split\n",
"\n",
"from src import utils\n",
"from src.runners import train_epoch, validate_epoch\n",
"from src.utils import (\n",
Expand Down
1 change: 1 addition & 0 deletions run.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
import torch
import torch.nn as nn
from sklearn.model_selection import train_test_split

from src.runners import train_epoch, validate_epoch
from src.utils import load_model, masks_to_submission, rotate45

Expand Down
1 change: 1 addition & 0 deletions src/models.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import matplotlib.pyplot as plt
import torch
import torch.nn as nn

from src import utils


Expand Down
1 change: 1 addition & 0 deletions src/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
from matplotlib.axes._axes import Axes
from PIL import Image
from scipy import ndimage

from src.models import Unet
from src.runners import Dataset

Expand Down

0 comments on commit 3dea6fa

Please sign in to comment.