Skip to content

Commit 393919c

Browse files
Merge PR #39: Remove unused numpy import in wifi_densepose_pytorch.py
2 parents 5abb7e4 + 7045764 commit 393919c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

references/wifi_densepose_pytorch.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
import torch
66
import torch.nn as nn
77
import torch.nn.functional as F
8-
import numpy as np
98
import math
109
from typing import Dict, List, Tuple, Optional
1110
from collections import OrderedDict

0 commit comments

Comments
 (0)