trisongz
trisongz
I'm currently evaluating Coder and so far its great! Definitely beats manually provisioning workspaces. I had a few questions and some minor issues **Environment** - Provider: `aws-eks` - K8s Version:...
Glad I stumbled upon this project - was working on a theory using the same base dataset. Since protein/genes are essentially sequences of letters, it led me to the idea...
Hi - I ran into a minor issue on Step 2 from this [Colab notebook](https://colab.research.google.com/drive/1dBN-wwYUngLYVt985wGs_OKPlK_ANB9D) that uses your preprocessing script. It might be due to a refactor mismatch with the...
Wanted to give a heads up to anyone trying to run this. You will need specifically tensorflow==1.14.0 because stablebaselines only supports up until this version (aka breaking module name changes)....
Hi - I wanted to share a model that I've pretrained from scratch using BERT Large Cased and the BioASQ 7b - factoid dataset on TPU v2-8. Original Implementation: https://github.com/dmis-lab/biobert...
Hi, I ran across this project and after looking through the issues, I wasn't able to find any other comments related to this, so I had a few questions. My...
 Following the method to build and cache a line-by-line TokenDataset with a single text file as input. Crashed with OOM. Attempting to reduce by half file size. **Data Specs:**...
Hi - I went through your whitepaper and really excited about the potential applications it can bring. I followed the readme up until building the index because I'm testing and...
Hi - I wanted to reproduce your experiments from the paper, and understand the process. I can't seem to find the code for data_prepare.py or prepare.py as mentioned in the...
Will there be any future plans to allow users to add Custom Tensorflow Hooks such as `tf.estimator.LoggingTensorHook` to enable custom functions during the training/eval loop such as passing back metrics...