Douglas Liu
Douglas Liu
The datasets download from "http://dl.yf.io/lsun/objects/airplane.zip" My command line input is “D:\Project\Lsun>python data.py export D:/dataset/airplane --out_dir D:/dataset/airplan e/image --flat” I want to use the torchvision.datasets.ImageFolder()to load the image, but prompt a...
I had followed https://github.com/overleaf/overleaf/blob/main/docker-compose.yml, but it does not work. error: "dependency failed to start: container mongo is unhealthy". The system I used is windows10, and running in the docker. sharelatex...
### 🚀 The feature, motivation and pitch thanks ### Alternatives thanks ### Additional context thanks
Hi, thank you very much for your work. When I use my own dataset and model, It error in this Line: `pseudo_grads = torch.autograd. grad(pseudo_loss, pseudo_net.parameters(), create_graph=True)` The following error...
First of all, thank you very much for your work! I am using Resnet18 imported by pytorch (pretrain =true) and using my own dataset for image classification. Even with the...