Skip to content

issues Search Results · repo:czy36mengfei/tensorflow2_tutorials_chinese language:"Jupyter Notebook"

Filter by

21 results
 (88 ms)

21 results

inczy36mengfei/tensorflow2_tutorials_chinese (press backspace or delete to remove)

how can i save the encoder and decoder model respectively for /024-AutoEncoder/cnn_vae.ipynb? thank you very much
  • changyunke
  • Opened 
    on Sep 13, 2020
  • #21

cnn中为什么有这个步骤,第一维的负一是什么意思 x_train = x_train.reshape((-1,28,28,1)) x_test = x_test.reshape((-1,28,28,1))
  • buzhihuoyefeng
  • 1
  • Opened 
    on Jul 10, 2020
  • #19

注明出处和作者。
  • fendouai
  • Opened 
    on Feb 17, 2020
  • #17

用tf.random_normal_initializer()如何初始化变量?tf2.0中没有tf.get_variable()
  • Xuanfang1121
  • 2
  • Opened 
    on Feb 14, 2020
  • #16

tf1可以通过设用tf.variable_scope设置前缀,然后通过tf.get_variable获得相同name和维度的变量,从而实现权重共享。tf2如何实现呢?
  • LiuFG
  • Opened 
    on Jan 9, 2020
  • #15

image image 导入的tf2.0 print() 网络最后的输出 好像具体的数值还是不能出来 并不是显示的“ops.EagerTensor”
  • Lebron-Kun
  • Opened 
    on Dec 23, 2019
  • #14

我将原本在tf.1.12下搭建的模型用tf.2.0编译,修改了几个修改的函数以后,又出现了 unhashable type: ListWrapper 的错误,出现在self.keras_model.add_loss(loss) 这一行上, def compile(self, learning_rate, momentum): Gets the model ready for ...
  • xuchengggg
  • Opened 
    on Nov 15, 2019
  • #13

您好,我在运行标题的程序时在命令行history = model.fit(x_train, y_train, batch_size=64, epochs=5, validation_split=0.1)遇到了这个问题: Failed to get convolution algorithm. This is probably because cuDNN failed to initialize, so ...
  • Baominchao
  • 2
  • Opened 
    on Oct 6, 2019
  • #12
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub