torch---pytorch常用函數(持續更新中.......)

隨機抽樣類函數 1.torch.manual_seed(seed) 設定生成隨機數的種子,並返回一個torch._C.Generator對象 參數:seed(int or long)種子 2.torch.initial_seed() 返回生成隨機數的原始種子(pathon long) 3.torch.get_rng_state() 返回隨機生成器狀態(Byte Tensor) 4.torch.se
相關文章
相關標籤/搜索