Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/yangchris11/samurai
/ eval
Method
eval
lib/train/actors/base_actor.py:42–44 ·
view source on GitHub ↗
Set network to eval mode
(self)
Source
from the content-addressed store, hash-verified
40
self.net.train(mode)
41
42
def
eval(self):
43
""
" Set network to eval mode"
""
44
self.train(False)
Callers
7
build_sam2
Function · 0.80
build_sam2_video_predictor
Function · 0.80
val_epoch
Method · 0.80
__init__
Method · 0.80
__init__
Method · 0.80
run
Function · 0.80
cycle_dataset
Method · 0.80
Calls
1
train
Method · 0.95
Tested by
no test coverage detected