[AI Boostcamp Day 13] Saving, Transfering and Monitoring Models
What I studied today: Recent Tendency of Using Models Using pretrained models to fine-tune on a specific task
What I studied today: Recent Tendency of Using Models Using pretrained models to fine-tune on a specific task
Objective Paper: AN IMAGE IS WORTH 16X16 WORDS: TRANSFORMERS FOR IMAGE RECOGNITION AT SCALE
What I studied today: AutoGrad & Optimizer nn.Parameter Inherits tensor object If an attribute of nn.Module, required...
Pytorch Tensor operators Numpy + AutoGrad Tensor list (Python) -> Ndarray (Numpy) -> Tensor (PyTorch) Almost identical with Ndarr...
What I studied today: Pytorch vs Tensorflow Computatioanl Graph Creating a graph used when computing training & predicti...