Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/XPixelGroup/DiffBIR
/ get_input_embeddings
Method
get_input_embeddings
ram/models/bert.py:669–670 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
667
668
669
def
get_input_embeddings(self):
670
return
self.embeddings.word_embeddings
671
672
def
set_input_embeddings(self, value):
673
self.embeddings.word_embeddings = value
Callers
3
initialize_vision_tokenizer
Method · 0.80
smart_tokenizer_and_embedding_resize
Function · 0.80
train
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected