ashleylid

Results 11 comments of ashleylid

@droidicus Hi. Could you just explain a little more how you used your batch size wrt data? I have 1000 data points and labels as inputs. I was thinking I...

@ailias I wish that had worked. But not the case for me.

Pytorch version: ``` >>> import torch >>> print(torch.__version__) 1.1.0 ``` Python version: ``` Python 3.6.7 (default, Oct 22 2018, 11:32:17) [GCC 8.2.0] on linux ``` multibox_loss.py: ``` Switch the two...

Only the font size is too small to see ![image](https://user-images.githubusercontent.com/2494123/64371152-e6546480-cfed-11e9-9e23-b04f5e0821e4.png) Solved it by downloading the font file from here: https://www.freefontspro.com/d/14454/arial.zip then extracting it to the root directory and using this...

I get this error when running with a batch number - but it outlines a debugging method: ### julia cnn.jl (128,128,1,10) (128,128,1,10) INFO: Start training on [GPU0] INFO: Initializing parameters......

My 2c: Improve Camera > I think this is pretty far along. I think it would be nice to have better understand now to use it though, and to see...

I have a question about the spread loss too - it seems to be directly related to the all_loss. I am trying to train on my own image input data,...

I have another dataset I would like to try, but I am also not sure how to create this matrix. I second @chaserxin from the paper "We therefore share the...

Has anyone here had similar results to me on smallNORB? Images for output are in issue #30 This is just the training loop.

Hi, was wondering if you did this change?