-
Hi, Jason,
Asking question again and thanks for your patience in advance.
In your prediction model, you always set the `aatype_pred_num_tokens` to 21, including the traditional 20 amino acid t…
-
I have a wallet with pretty many UTXOs since I'm mining on TN-11, and with the corresponding number of transactions. Not millions, since I compound them every now and then, but still there are tens, m…
-
Hi Simon,
Thanks for your patience. Finally got to test the tool and I was thrilled to see how smoothly it worked in ArcPro - great work!
I encountered a few issues:
1. The tool won't allow …
-
Hi all,
Thank you so much again for your patience and continued support. I look forward to new updates.
In the mean time, I wonder if you could help me adapt the tutorial for converting data.t…
-
[https://github.com/zzh8829/yolov3-tf2/blob/master/train.py#L177](url)
ReduceLROnPlateau has a default patience of 10 epochs and the patience for EarlyStopping is set to 3.
This means the learni…
-
Hi ! You work is really great! And I'm very interested it, do you have any plans to publish your code recently ?
Thank you !!!
-
Hi,
First of all thanks for your patience and waiting.
So, what I did and what's happen:
1). Here it is the version which I received from Grohe -` 02.05 `(not 2.5):
2). I replaced all file…
-
Hi, your project inspired me to work on a [Terraform implementation](https://github.com/shiouen/mod) instead of using the AWS CDK. I have worked with CloudFormation for a couple of years, I can hardly…
-
Given the following code, `rustc` hangs:
```rust
mod asn1 {
pub trait Asn1Writable: Sized {}
pub trait SimpleAsn1Writable: Sized {}
impl Asn1Writable for T {}
impl SimpleAsn1Writable…
-
Thank you for the excellent work and for releasing it.
I wonder how the train txt is generated for LUNA, because in the code you already divide the train/val set by different "subset".
In addition, …