juglab / n2v

This is the implementation of Noise2Void training.
Other
387 stars 107 forks source link

N2V for TF2 ? #88

Closed JohnCraigPublic closed 3 years ago

JohnCraigPublic commented 4 years ago

I saw that CSBDeep can now work with TF2. Does it mean I can use your N2V notebooks with TF2 now? If so, can you give a hint how? And which version of Keras should be used in this case. Thanks!

tibuch commented 4 years ago

Hi @JohnCraigPublic

We haven't tried it out yet. I would expect that it won't work out of the box.

It is on our to-do list :slightly_smiling_face:

JohnCraigPublic commented 4 years ago

I've used your notebook to train your sample model. Now that the model is trained and saved in TF1 -- how can I load it into TF2 ? Have any hints for me? Thanks!

xtudbxk commented 4 years ago

I just move the simplest UPS masksing scheme to tf2.0. The project is in n2v-tensorflow and it achieves the comparable result on BSD68 dataset.

joaomamede commented 3 years ago

+1 for this.

tibuch commented 3 years ago

Just released v0.3.0 of N2V. With this version we move from TF1 to TF2.