Francesco Rusticali
Francesco Rusticali
### Description Hi all, I noticed that the method model.fit() is missing arguments class_weight and sample_weight (coming from the corresponding Python function), that are used for weighting the loss function,...
### Description Hi all, is there any way to set a specific memory limit to GPU memory usage (different from the tensorflow default)? I'm looking for something similar to this:...
### Background and Feature Description Hi all, I'm trying to load a pre-trained model via Hub.KerasLayer using this code: ``` string url = "https://tfhub.dev/google/tf2-preview/inception_v3/feature_vector/4"; Tensorflow.Hub.KerasLayer layer = new Tensorflow.Hub.KerasLayer(url, trainable:...
### Description Hi all, I'm having some issues trying to compile and run the current master branch. I get a FileLoadException while trying to do anything that needs to call...
### Description Hi all, I'm trying to use json serialization and deserialization as a simple way of sharing models between applications, but I think i run into a strange bug....