Tony Reina

Results 11 comments of Tony Reina

https://github.com/intel/openfl/projects/3 As Alexey said, we're hoping to include more aggregation algorithms soon. We'd love any PR's you'd be interested in creatin.

Yes. We'd love to coordinate our efforts. Please reach out directly to either me (Tony) or Timo. Thanks so much.

Were you able to figure this out? When I perform inference I'm getting negative and positive numbers for the pixel values. The binary example works, but not sure how to...

Thanks so much. Yes I tried calling without Astra as well and get the same results. I've got a very simple example: ``` import tensorflow as tf import odl import...

Thanks. Yes. I'm using the pre-compiled TensorFlow package from Anaconda. So to install TensorFlow I am doing: `conda install -c anaconda tensorflow` The Intel MKL-DNN library being used by that...

If I use just the `pip install tensorflow` it gets the non-MKL-DNN version of TensorFlow and works ok. However, the MKL-DNN one is significantly faster than the non-MKL-DNN one (for...

Thanks! Yes. I agree it will hopefully end up just being an "under the hood" setting at some point. I know that for certain topologies that tweaking KMP_BLOCKTIME and the...

Thanks for the report. Could you try adding "merge_duplicate_nodes" to the `transform_graph` in the first step? I'm guessing that might correct it. `bazel-bin/tensorflow/tools/graph_transforms/transform_graph --in_graph=/workspace/quantization/frozen_inference_graph.pb --out_graph=/workspace/quantization/optimized_graph.pb --inputs="input_1" --outputs="bboxes,scores,classes" --transforms="fold_batch_norms merge_duplicate_nodes"` Here's...

https://github.com/tonyreina/antibody-affinity/blob/main/esmfold_multimer.ipynb The HuggingFace model doesn't use the ":". I've included a link to my notebook that shows how to do multimer predictions. The hack is that you include a linker...

Very cool. I work at Intel and we're interested in helping out wherever we can. Is there anything we could do to help? I'm wondering if you need compute resources...