-
This small piece of code:
```csharp
using System;
using System.Net;
public class Program
{
public static void Main()
{
var client = new WebClient();
try
{
client.E…
-
## Feature description
I'd like to add a Japanese model to spaCy. (Let me know if this should be discussed in #3056 instead - I thought it best to just tag it in for now.)
The [Ginza](https://g…
-
Hi there @ahojnnes
As shown in the title, I get the photometric and geometric depth map using colmap patch_match_stereo module.
And then I do some filling opertaion on the output geo depth, but …
-
In `snlls` and `fitsignal`, one can switch regularization on/off with the `penalty` keyword argument (True/False), and one can choose the type of regularization with the `regType` keyword argument. Wh…
-
Hi,
I was looking through the preprint and some of the code for the new WGR functionality and I love the work you guys have done on it -- thank you for sharing that all! The work that went into t…
-
So a colleague of mine was handed a set of files that had been pre-processed in EEGLAB. The data was read via `mne.read_epochs_eeglab()`. When computing the noise covariance via `mne.compute_covarianc…
-
It seems that the train.prototxt file does not contain the the consistency regularization in your paper.
Is there something I overlook? If not, could you supply a full file? Thanks a lot!
-
Hi, thank you for your sharing the good repo for reimplement for GAN.
I run the command :
`python main.py --eval -t -c "./configs/Table2/biggan32_cifar_hinge_no.json"`
the result is
> model=G-s…
-
**System information**
- Have I written custom code (as opposed to using a stock example script provided in TensorFlow): yes
- OS Platform and Distribution (e.g., Linux Ubuntu 16.04): ubuntu 18.04
…
-
Hi, I have read yoru code and have some questions here:
1. you adopted the self-implemented ```l2_reg_loss``` and add it to BP loss. Why don't you use the l2_reg of ```Adam``` optimizer by setting …