Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EryiXie/PlaneRecNet
/ remove_interrupt
Method
remove_interrupt
utils/utils.py:137–139 ·
view source on GitHub ↗
(save_folder)
Source
from the content-addressed store, hash-verified
135
136
@staticmethod
137
def
remove_interrupt(save_folder):
138
for
p in Path(save_folder).glob(
'*_interrupt.pth'
):
139
p.unlink()
140
141
@staticmethod
142
def
get_interrupt(save_folder):
Callers
1
train
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected