mrahtz/sanger-machine-learning-workshop

ekG

Opened this issue · 4 comments

ekg

can you provide the solution for this ?

My apologies, I don't think I'm going to have time to fix this any time soon - but if you figure out what the problem is, I'd be happy to accept a pull request :)

can you just provide the code for setting threshold to the reconstruction error ?

Suggest to modify the ipynb as seen below

image

Original

slide_len =  segment_len/2 

Modified

slide_len = int( segment_len/2 )

It requires integer type objects to be passed as inputs. use int(variable_name)