标签: python variables tensorflow data-structures while-loop
我需要在项目中使用class Student(models.Model): parent = models.ForeignKey() name = models.CharField() age = models.IntegerField()。是否可以同时传递python字典和tensorflow张量的列表作为body和cond函数的变量列表?
class Student(models.Model): parent = models.ForeignKey() name = models.CharField() age = models.IntegerField()
tf.while_loop