Juan Manuel Crescente
Juan Manuel Crescente
@saiteja111997 i mean im running TF in a arm64 M1 mac but i dont remember how the hell i installed it.
no updates on this?
hi @MikeAxtell! Any hints about how to identify known mature miRNAs? Right now I'm doing a blast search (-task blastn) using the MajorRNA column as query and mature sequences from...
@mattn are there any examples on how to create tensors with string or lists of string ? thanks!
@mattn do you think is this related to the fact I'm using macOS arm64? ``` tfliteModel := tflite.NewModelFromFile("model.tflite") interpreter := tflite.NewInterpreter(tfliteModel, nil) var dbuf = new(tflite.DynamicBuffer) dbuf.AddString("demo") dbuf.WriteToTensorAsVector(interpreter.GetInputTensor(37)) ``` ```...
actually this is what im doing, maybe I can add this ``` log in as {% csrf_token %} $('a[id="loginas-link"]').on('click', function () { var id = $(this).data('id'); $('#loginas-form[data-loginas="' + id +...