Insaf Ashrapov
Insaf Ashrapov
``` class UNetPNASNet(nn.Module): def __init__(self, encoder_depth, num_classes, num_filters=32, dropout_2d=0.2, pretrained=False, is_deconv=False): super().__init__() self.num_classes = num_classes self.dropout_2d = dropout_2d self.encoder = PNASNet5Large() bottom_channel_nr = 4320 self.center = DecoderCenter(bottom_channel_nr, num_filters * 8...
Sure, let me provide full information: ``` python from segmentation_pipeline.impl.datasets import SimplePNGMaskDataSet from segmentation_pipeline import segmentation ds=SimplePNGMaskDataSet("./data_objects/images","./data_objects/segmentation") cfg = segmentation.parse("people.yaml") cfg.fit(ds, foldsToExecute = [0]) ``` Error with new dataset: ```...
Show version library versuin installed and your full code to reproduce
you can get them https://github.com/qubvel/segmentation_models.pytorch and here https://github.com/qubvel/segmentation_models (keras)
!pip install tabgan==1.3.0 should work on colab without restart @olaman2x @agbozo1
doest start converting ``` > PS C:\Users\dex\Desktop\gpt4free\voice_chatbot\migrate_models\llama.cpp> python3 convert.py ggml-vic7b-uncensored-q5_1.bin ggml-vic7b-uncensored-q5_1_new.bin Python ```
reinstalling solved the problem, I had old env from 2021. Thank you
@cckuailong seems this pr still doesnt fix #271 (
@wenmin-wu restarted several times, same problem
My problem easily fixed my using another library: from turbodbc import connect driver="Teradata Database ODBC Driver 16.10" connection = connect(driver=driver, server=ip, DBCName='.com', uid=username, pwd=password) cursor = connection.cursor() query = 'sel...