[Tensorboard] ssh 원격 시 포트포워딩
ssh -N -L 16006:localhost:6006 user@remote.host local의 port : 16006 원격의 port : 6006 (tensorboard default port)
ssh -N -L 16006:localhost:6006 user@remote.host local의 port : 16006 원격의 port : 6006 (tensorboard default port)
Ye, Tianzhu, et al. “Differential transformer.” arXiv preprint arXiv:2410.05258 (2024). Introduction Transformer의 핵심은 attention mechanism attention machanism은 softmax 함수를 통해 token의 중요도를 평가 ...
필자의 의견은 붉은색으로 표시됩니다 Schiff, Yair, et al. “Caduceus: Bi-directional equivariant long-range dna sequence modeling.” Proceedings of machine learning research 235 (2024): 43632. Introduction Cha...