efc0821df9a26e99cc90952cbe1c3f92a157e96c,model.py,Artgan,_build_model,#Artgan#,89

Before Change


                                            for key, pred in zip(self.output_photo_discr_predictions.keys(),
                                                                 self.output_photo_discr_predictions.values())}

            self.gener_loss = tf.add_n(self.output_photo_gener_loss.values())

            // Compute generator accuracies.
            self.output_photo_gener_acc = {key: tf.reduce_mean(tf.cast(x=(pred > tf.zeros_like(pred)),

After Change


                                            for key, pred in zip(self.output_photo_discr_predictions.keys(),
                                                                 self.output_photo_discr_predictions.values())}

            self.gener_loss = tf.add_n(list(self.output_photo_gener_loss.values()))

            // Compute generator accuracies.
            self.output_photo_gener_acc = {key: tf.reduce_mean(tf.cast(x=(pred > tf.zeros_like(pred)),
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 10

Non-data size: 3

Instances


Project Name: CompVis/adaptive-style-transfer
Commit Name: efc0821df9a26e99cc90952cbe1c3f92a157e96c
Time: 2018-12-03
Author: christopher.schroeder@tu-dortmund.de
File Name: model.py
Class Name: Artgan
Method Name: _build_model


Project Name: scipy-lectures/scipy-lecture-notes
Commit Name: 54478492154195895518b5624f1a081ca9d572f4
Time: 2017-09-06
Author: gael.varoquaux@normalesup.org
File Name: advanced/mathematical_optimization/examples/plot_compare_optimizers.py
Class Name:
Method Name:


Project Name: david-abel/simple_rl
Commit Name: 6fc26da054b77468666fe73bbdaa59e18945fdd0
Time: 2019-11-05
Author: david_abel@brown.edu
File Name: simple_rl/pomdp/BeliefStateClass.py
Class Name: BeliefState
Method Name: __init__


Project Name: jazzband/django-debug-toolbar
Commit Name: 2eb91bde4ad2a75c7f4040c28fc06430e313f99e
Time: 2013-10-17
Author: aymeric.augustin@m4x.org
File Name: debug_toolbar/toolbar/loader.py
Class Name: DebugToolbar
Method Name: _get_panels


Project Name: scipy-lectures/scipy-lecture-notes
Commit Name: 890244b04eafb8313be6d49d8a34a134801f7a0c
Time: 2017-09-28
Author: gael.varoquaux@normalesup.org
File Name: advanced/mathematical_optimization/examples/plot_compare_optimizers.py
Class Name:
Method Name:


Project Name: kwgoodman/numerox
Commit Name: b38cd98fafb9625b3251397b609fb9f7e63cee70
Time: 2018-12-17
Author: kwgoodman@gmail.com
File Name: numerox/tournament.py
Class Name:
Method Name: tournament_iter


Project Name: oval-group/logger
Commit Name: 735b87aa635c947f92c25145472c8af33b2c22ed
Time: 2018-12-03
Author: leonardbj@hotmail.fr
File Name: logger/plotter.py
Class Name: Plotter
Method Name: plot_logged


Project Name: Esri/raster-functions
Commit Name: b171c97f2974ef3f884ad9674de137eda7023875
Time: 2015-03-01
Author: akferoz@esri.com
File Name: functions/LinearSpectralUnmixing.py
Class Name: LinearSpectralUnmixing
Method Name: updateRasterInfo


Project Name: stared/livelossplot
Commit Name: 0b6d3b7e3e9382d5ba1f943febcd55b858220261
Time: 2018-10-25
Author: weiji1994@Hotmail.com
File Name: livelossplot/keras_plot.py
Class Name: PlotLossesKeras
Method Name: on_train_begin


Project Name: EpistasisLab/tpot
Commit Name: ea7d11a94cd5722f530d7eff2139f499f7bdd1a6
Time: 2020-11-10
Author: AyrtonBourn@Outlook.com
File Name: tpot/export_utils.py
Class Name:
Method Name: generate_import_code