Sai Praneeth Karimireddy

Results 7 comments of Sai Praneeth Karimireddy

@fabian-stoeckl, I am trying to edit the width of my right frame to make it wider on PC, but can't seem to to figure out how. Any help is greatly...

I think if an iterator of numpy arrays is supported, that would be the most general. The tf.data.Dataset can be converted using `as_numpy_iterator`. > does this refer to fedjax.FederatedData yes....

I am getting the same error (OSX, Julia v0.5.0, package installed through Pkg.add). Console output: LoadError: LoadError: UndefVarError: FloatingPoint not defined in include_from_node1(::String) at ./loading.jl:488 in include_from_node1(::String) at /Applications/Julia-0.5.app/Contents/Resources/julia/lib/julia/sys.dylib:? in...

Works fine if cloned from GitHub master. For others facing same issue, remove package and reinstall. Pkg.rm("EmpiricalRisks") Pkg.clone("git://github.com/lindahua/EmpiricalRisks.jl.git")

Thanks for pointing this out! We indeed forgot to clean up our code properly. For now, just commenting out this line should fix the issue. Let me know if it...

I am not so sure actually. It will add more boilerplate code which needs to be understood before a researcher can implement their new algorithm. I feel we currently have...

This repository here might be useful: https://github.com/jaeho3690/LIDC-IDRI-Segmentation/ They seem to get ~50% dice with UNet and some additional augmentations (see [notebook](https://github.com/jaeho3690/LIDC-IDRI-Segmentation/blob/master/notebook/CheckResults.ipynb))