-
The link to this file seems to be down at the moment:
https://github.com/qubvel/classification_models/releases/download/0.0.1/resnet50_places365_11586.h5
-
Can you please tell me where you train your network?
-
HI,
I am using running Places pre-trained VGG16 network in python using CPU. I got this error? How to solve this memory issue after several computations? Thanks
C:/Experiment/PicAlertData/public/…
-
I want to train the BigGAN on Places365 dataset and rewrite the dataloader. It is ok to make hdf5 file. However, when I run the calculate_inception_moments.py, It encounters the memory error. The log …
-
I'd really like get more models into lucid modelzoo.
# Background
It seems like there are two major reservoirs of pre-trained models: [tf slim](https://github.com/tensorflow/models/tree/master/r…
colah updated
5 years ago
-
Hi, I am a beginner in tensorflow and I'm very interested in your paper.
I'll be very grateful if you could answer my question.
1. run only using CPU
I am trying to run train.py using CPU only.
…
-
I am running turing_test on my own dataset using places365 dataset as specified. I am able to train the model but when running turing_test, it gives me this error:
"ValueError: Trying to share variab…
-
Can You save the weight in the format ckpt?
-
I've run into problems when trying to download any Pytorch pretrained model.
```bash
--2018-11-16 17:37:34-- http://places2.csail.mit.edu/models_places365/wideresnet18_places365.pth.tar
Resolving …
-
hi JiahuiYu,when I train your model followiing your default setting ,the large mask does not work well as your result。I notice that the parameter HEIGHT:128 and WIDTH:128,means the maximum size of the…