摘要:
kubectl get pods NAME READY STATUS RESTARTS AGE sa-frontend 0/1 Pending 0 35m zsh:kubectl describe pod sa-frontend Name: sa-frontend Namespace: defa 阅读全文
摘要:
应该有比我方法好的思路,希望可以讨论。 (更新)我觉得那个while True可以去掉,因为__getitem__方法直接就可以循环了,还没有尝试,但理论我觉得没有问题。 class VideoDataset(Dataset): """Read data from the original data 阅读全文