Minxiangliu
Minxiangliu
I is machine learning noobs, I want to reproduce this [DualGAN example](https://github.com/eriklindernoren/Keras-GAN/blob/master/dualgan/dualgan.py) with using convolution method. I try to rewrite part of the source code, but the training results are...
Hi @FrancescoSaverioZuppichini, I have used the [EfficientNet_B2 ](https://pytorch.org/vision/main/models/generated/torchvision.models.efficientnet_b2.html) model from torchvision and modified the input and output layers for binary classification of grayscale images. Now, I want to visualize the...
I am interested in your model, I have 2000x6 physiological signals, I would like to try to use your model for binary classification, is it possible? According to the paper,...
Hi there, I'm currently trying to build a Q&A Chatbot using the example [here](https://nvidia.github.io/GenerativeAIExamples/latest/local-gpu.html#using-local-gpus-for-a-q-a-chatbot). Since my GPU model is A30 (with two 20GB GPUs), I'm using a smaller-scale model: `llama-2-7B-chat`....