Edgar Andrés Margffoy Tuay

Results 148 comments of Edgar Andrés Margffoy Tuay

> It seems like I should be able to use the ConPTY backend, so is there more I should try? Did all backends worked as expected when called explicitly? i.e.,...

I think the only sensible step to take here is to try to debug on MSVC to see what's happening, you can either put `std::cout` prints in https://github.com/spyder-ide/pywinpty/blob/36b4c00ca1a89f67edd06db508b495d044aaf6d2/src/csrc/conpty_common.cpp#L75 or using...

Hi @abingham, could you please indicate if this issue still occurs with the latest version?

Hi @nikhil-mohite, this is indeed an issue with machines where the `CreatePseudoConsole` call is not available. Right now we are linking directly to system32, and the library switching is not...

I think you can install the latest Windows 10 SDK: https://developer.microsoft.com/en-us/windows/downloads/windows-10-sdk/

What I'm doing in particular is using the JSON output information produced by ``cargo-license`` and then grab the repository urls across GitHub, BitBucket and GitLab to call their respective APIs...

Hi, thanks for your question. Actually, you could omit the ``--optim-snapshot`` argument and the training script should start fine-tuning.

@13331112522 Any followup on this one?

> By the way, is there any updating on DMN structure, as the latest network like MattNet for object referring had much better performance? Mattnet and DMN have different natures,...

> I had used 2 epoch on low resolution and 10 epoch on high resolution during my training, so I also suspected it might get overfitting I agree with you...