[julia-users] Re: Help with MXNet AssertionError: get_batch_size(opts.eval_data) == batch_size

2016-04-15 Thread Iain Dunning
Try filing an issue on the MXNet.jl repository - the developers might not 
(probably don't) read this list.

On Friday, April 15, 2016 at 9:47:46 AM UTC-4, kleinsplash wrote:
>
> still having this issue - any ideas?
>
> On Monday, 11 April 2016 15:58:03 UTC+2, kleinsplash wrote:
>>
>> $ julia G3DB_cnn.jl 
>> (128,128,1,800)
>> (128,128,1,200)
>> INFO: Start training on [GPU0]
>> INFO: Initializing parameters...
>> INFO: Creating KVStore...
>> INFO: Start training...
>> INFO: == Epoch 001 ==
>> INFO: ## Training summary
>> INFO:   accuracy = 0.5638
>> INFO:   time = 1.9078 seconds
>> ERROR: LoadError: AssertionError: get_batch_size(opts.eval_data) == 
>> batch_size
>>  in fit at /home/ashley/.julia/v0.4/MXNet/src/model.jl:482
>>  in include at ./boot.jl:261
>>  in include_from_node1 at ./loading.jl:304
>>  in process_options at ./client.jl:280
>>  in _start at ./client.jl:378
>>
>>
>> Could someone help me understand the above? I dont have many data so my 
>> batch_size is 0. Trying to get to the predicted values.. 
>>
>> Thx
>>
>

[julia-users] Re: Help with MXNet AssertionError: get_batch_size(opts.eval_data) == batch_size

2016-04-15 Thread Iain Dunning
Try filing an issue on the MXNet.jl repository - the developers might not 
(probably don't) read this list.

On Friday, April 15, 2016 at 9:47:46 AM UTC-4, kleinsplash wrote:
>
> still having this issue - any ideas?
>
> On Monday, 11 April 2016 15:58:03 UTC+2, kleinsplash wrote:
>>
>> $ julia G3DB_cnn.jl 
>> (128,128,1,800)
>> (128,128,1,200)
>> INFO: Start training on [GPU0]
>> INFO: Initializing parameters...
>> INFO: Creating KVStore...
>> INFO: Start training...
>> INFO: == Epoch 001 ==
>> INFO: ## Training summary
>> INFO:   accuracy = 0.5638
>> INFO:   time = 1.9078 seconds
>> ERROR: LoadError: AssertionError: get_batch_size(opts.eval_data) == 
>> batch_size
>>  in fit at /home/ashley/.julia/v0.4/MXNet/src/model.jl:482
>>  in include at ./boot.jl:261
>>  in include_from_node1 at ./loading.jl:304
>>  in process_options at ./client.jl:280
>>  in _start at ./client.jl:378
>>
>>
>> Could someone help me understand the above? I dont have many data so my 
>> batch_size is 0. Trying to get to the predicted values.. 
>>
>> Thx
>>
>

[julia-users] Re: Help with MXNet AssertionError: get_batch_size(opts.eval_data) == batch_size

2016-04-15 Thread kleinsplash
still having this issue - any ideas?

On Monday, 11 April 2016 15:58:03 UTC+2, kleinsplash wrote:
>
> $ julia G3DB_cnn.jl 
> (128,128,1,800)
> (128,128,1,200)
> INFO: Start training on [GPU0]
> INFO: Initializing parameters...
> INFO: Creating KVStore...
> INFO: Start training...
> INFO: == Epoch 001 ==
> INFO: ## Training summary
> INFO:   accuracy = 0.5638
> INFO:   time = 1.9078 seconds
> ERROR: LoadError: AssertionError: get_batch_size(opts.eval_data) == 
> batch_size
>  in fit at /home/ashley/.julia/v0.4/MXNet/src/model.jl:482
>  in include at ./boot.jl:261
>  in include_from_node1 at ./loading.jl:304
>  in process_options at ./client.jl:280
>  in _start at ./client.jl:378
>
>
> Could someone help me understand the above? I dont have many data so my 
> batch_size is 0. Trying to get to the predicted values.. 
>
> Thx
>