-
-
### Information
## Please specify the following information when submitting an issue:
- **What are your command line arguments?:**
N/A
- **Have you written any custom code?**:
Alter `is_training`…
-
### Issue Type
Feature Request
### Source
binary
### Tensorflow Version
tf 2.11.0-dev20220831
### Custom Code
No
### Current Behaviour?
Currently, XLA compilation does not …
-
Hi
I have experimented with your model and I am currently training with it on my local machine, which will be a time consuming affair.
Before I started that I ran a test with inference on an im…
-
Hello, I have a problem about this. My test pictures is a RGB three chanels,and Labels is PNG .
ValueError: could not broadcast input array from shape (456,607,4) into shape (456,607)
-
I am trying to run the semantic segmentation training script. I downloaded the data files using download_data.sh and then ran the train.py as stated in [this](https://github.com/charlesq34/pointnet/tr…
-
> We can do segmentation using an existing Convolutional Neural Network by applying it in a Fully Convolutional manner.
> -- [Daniil's blog](http://warmspringwinds.github.io/tensorflow/tf-slim/2016/1…
-
I am trying to feed my point cloud data into the semantic segmentation sparseconvunet by modifying run_train_local.py and adding new siemens_spec.py, siemens_dataset_frame.py and siemens_train.gin. Wa…
-
- Name of layer type: **'Conv_transpose2d'**
- Is this a PyTorch or a TensorFlow layer type: **PyTorch**
- Your version of coremltools: **7.0**
- Your version of PyTorch/TensorFlow: **PyTorch 2.0.1…
-
Hi, I'm trying to do some very basic semantic segmentation with a fully conv net, but I'm having issue with the output:
First of all, I'm not using deconvolutions/unpooling yet, I'm restricting mysel…