van-flow

Results 3 comments of van-flow

I was able to make this work. 1) Convert loss_layers.py and util.py to TF 2.0. You can use https://colab.research.google.com/github/tensorflow/docs/blob/master/site/en/guide/upgrade.ipynb 2) Edit these files and change all instances of "tf.contrib.framework.model_variable" to...

> Great! Getting it running is the first step. I had good success with the one that didn't require the special porting, `roc_auc_loss`. As a baseline comparison, have you tried...

I am still getting this error on Google Colab tensorflow version 2.18.0 tensorflow.keras version 3.8.0 python version 3.11.11