万象云档 本次搜索耗时 3.209 秒,为您找到 76 个相关结果.
  • 其他问题集合

    9.随意写文件命令?怎么向屏幕输出带空格的字符串,比如”hello world”? 写文件命令:vi 10.终端是哪个文件夹下的哪个文件?黑洞文件是哪个文件夹下的哪个命令? /dev/tty /dev/null 移动文件用哪个命令?改名用哪个命令? mv mv 复制文件用哪个命令?如果需要连同文件夹一块复制呢?如果需要有提示功能呢? cp c...
  • 练习 3:Bash:Shell、.profile、.bashrc、.bash_history。

    练习 3:Bash:Shell、.profile 、.bashrc 、.bash_history 。 这样做 你会看到什么 解释 附加题 练习 3:Bash:Shell、.profile 、.bashrc 、.bash_history 。 原文:Exercise 3. Bash: The shell, .profile, .bashrc, ....
  • 练习 8:更多的重定向和过滤:head,tail,awk,grep,sed

    练习 8:更多的重定向和过滤:head ,tail ,awk ,grep ,sed 这样做 你会看到什么 解释 附加题 练习 8:更多的重定向和过滤:head ,tail ,awk ,grep ,sed 原文:Exercise 8. Bash: more on redirection and filtering: head, tail, ...
  • torch.optim

    torch.optim 如何使用optimizer 构建 为每个参数单独设置选项 进行单次优化 算法 class torch.optim.Optimizer(params, defaults) [source] load_state_dict(state_dict) [source] state_dict() [source] step(clos...
  • 目录

    笨办法学 Linux 中文版 练习 0:起步 练习 1:文本编辑器,vim 练习 2:文本浏览器,少即是多 练习 3:Bash:Shell、.profile 、.bashrc 、.bash_history 练习 4:Bash:处理文件,pwd ,ls ,cp ,mv ,rm ,touch 练习 5:Bash:环境变量,env ,set ,...
  • AUNT ANNIE’S STORIES ABOUT HORSES.

    AUNT ANNIE’S STORIES ABOUT HORSES. AUNT ANNIE’S STORIES ABOUT HORSES. No doubt some of my young readers have ponies of their own; but I am sure that even those who have not,...
  • Automatic differentiation package - torch.autograd

    Automatic differentiation package - torch.autograd torch.autograd.backward(variables, grad_variables, retain_variables=False) Variable API 兼容性 In-place operations on Variables ...
  • 自动求导机制

    自动求导机制 反向排除 subgraphs (子图) requires_grad volatile autograd (自动求导) 如何编码 history (历史信息) 变量上的 In-place Operations (就地操作) In-place Operations (就地操作) 的正确性检查 自动求导机制 译者: @那伊抹微...
  • 练习 4:Bash:处理文件,pwd,ls,cp,mv,rm,touch

    练习 4:Bash:处理文件,pwd ,ls ,cp ,mv ,rm ,touch 这样做 你应该看到什么 解释 附加题 练习 4:Bash:处理文件,pwd ,ls ,cp ,mv ,rm ,touch 原文:Exercise 4. Bash: working with files, pwd, ls, cp, mv, rm, touch...
  • 自动求导机制

    自动求导机制 向后排除子视图: requires_grad autograd 如何编码历史信息: Variable 上的 In-place 操作: In-place 正确性检测: 译者署名 自动求导机制 从后向中排除子图 requires_grad volatile 自动求导如何编码历史信息 Variable 上的 In-pl...