pygabc1

Results 8 comments of pygabc1

> On Windows, the easiest way to install primme is throw conda. Make sure that MKL is installed on conda, for instance by doing: > > ``` > conda install...

> I haven't tried to use my own python like that. The thing is that primme requires the BLAS and LAPACK libraries and these libraries are found in MKL. I...

In order to re-train using previous checkpoint, I try to change the following code in "model.py": `self.saver = tf.train.Saver(max_to_keep=50, keep_checkpoint_every_n_hours=1) coord = tf.train.Coordinator() threads = tf.train.start_queue_runners(sess=sess, coord=coord) summary_op = tf.summary.merge_all()...

> You need to install ASTRA to be able to run the code. After installing it, you should be fine. Dear Adler, Thank you for your reply. I am using...

This is what I installed. ![1](https://user-images.githubusercontent.com/31337772/75892496-66be1b80-5dff-11ea-9f61-a13e031d2560.png) ...... ...... ![2](https://user-images.githubusercontent.com/31337772/75892506-6cb3fc80-5dff-11ea-9920-0a5222dad977.png) ![3](https://user-images.githubusercontent.com/31337772/75892541-805f6300-5dff-11ea-873d-33bf9465f4a8.png) ![4](https://user-images.githubusercontent.com/31337772/75892554-85241700-5dff-11ea-8d45-35e752a57ff3.png)

> There are some divided by zero in implementation I can provide fix @danilosalvati if you want. Hi, DamianCz, did you fix "ZeroDivisionError: float division by zero"? Many lines occurred...

> hi ,thanks to the author share the code > i want to make dataset to train but when i run the `blur_image.py` there were nothing saved although i modify...

Thank you so much for your help. Now I am training and let us see what is going on.