Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EryiXie/PlaneRecNet
/ get_interrupt
Method
get_interrupt
utils/utils.py:142–145 ·
view source on GitHub ↗
(save_folder)
Source
from the content-addressed store, hash-verified
140
141
@staticmethod
142
def
get_interrupt(save_folder):
143
for
p in Path(save_folder).glob(
'*_interrupt.pth'
):
144
return
str(p)
145
return
None
146
147
@staticmethod
148
def
get_latest(save_folder, config):
Callers
2
eval.py
File · 0.80
train
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected