Michael Ben ami

Results 16 comments of Michael Ben ami

Same here tensorboard 2.2.1 tensorboardX (Version: 2.0+9d26706) any update? I try the workaround.. didn't help me

Hi @fgtoralesch I try to add ceil_mode=False as you say but somehow I still get this error any recommend? Thanks

I had the same issue In my case, the error was when I use: ``` import torch.nn.functional as F ... def forward(self, x): feat = self.base(x) feat = F.avg_pool2d(feat, feat.size()[2:])...

I have iPhone 6.. do you know how much memory the faster rcnn network need? I'll check the other model you mention too Thanks

Hi @csharpseattle I train SSD mobile net v1 with my dataset with the object detection API on tensorflow 1.7.0 with 600x600 as input size. I use `object_detection/export_inference_graph.py` to frezze the...

Hi @KavanaVenkatesh can you try to run without the `--name` arg (or set it to be fixed) but with `--exist-ok` that should have all 4 evolves run from the same...

Hi @thepycoder thanks for the clarification (I'll check it later when I have a time slot for the GPUs ) just to clarify with the modification on the bush script...

@thepycoder ok but if I what to speed up the hyperparameter search with 4 workers 1 per GPU that all report to the same experiment how can I do that?...

Hi @thepycoder I can confirm that with remove `&&` the error is solved and now I have 4 processes running without setting `reuse_last_task_id=False` as you suspect the clearml logging is...

@thepycoder only one thing currently, you can compare only 10 experiments on clearml but as I mention now I have 1 per hyperparameter run is there a way to compare...