1、Introduction to PyTorch, a Deep Learning Library
1.1、Importing PyTorch and related packages
import torch# supports:
## image data with torchvision
## audio data with torchaudio
## text data with torchtext
1.2、Tensors: the building blocks of network…
还是OneCoder在项目中沙箱的问题,用classloader隔离做的沙箱,反复运行用户的任务,出现永生区内存溢出: java.lang.OutOfMemoryError: PermGen space
这个问题在tomcat重复热部署的时候其实比较常见。其道理也和我们沙箱的道理基本…
为什么需要ngrok
我们刚学了argocd的安装和部署应用,但是argocd什么时候部署部署我们的应用,就取决于repo的sync机制。我们采用以下cmd设置为autosync。
argocd app list # to get our app
argocd app set argocd/tekton-learning-nginx --sync-polic…