-
Hello! **Your outstanding work is impressive.**
Unfortunately, I am unable to reproduce the results you reported under default settings. Could you provide me with detailed hyperparameter settings or…
-
I have a CNN model. I used the hls4ml and all file and bitfile generated completely. Now I used the deployment code to implement on FPGA(ZCU104), the prediction output of FPGA is always Zero.
**Tot…
-
### 🚀 The feature, motivation and pitch
Hello!
I am working on information theory application for neural networks [(here)](https://openreview.net/forum?id=bQB6qozaBw).
With my research I show tha…
-
The dropout voltage of 78l05 is 1.7v, so I'm curious will the circuit work when input voltage is also 5v from usb?
The input is 5v and 78l05's output is also 5v. From my understanding, the LDO won'…
-
### 🐛 Describe the bug
NaViT (Native Resolution Vision Transformer) is a variant of the ViT. It can be draft-exported but failed when running `aoti_compile_and_package`
To repro:
1. Install vit-…
-
When I try to train a stripedhyena model I keep getting issues with the stripedhyena modules seemingly trying to import modules from Flash Attention in an outdated way.
example:
AttributeError: mod…
oxPJ updated
2 months ago
-
The dropout argument is never used:
https://github.com/layer6ai-labs/TabDPT/blob/713686b7b3817671edc73caa8f76d46ae98d3c7f/tabdpt_model.py#L14
I suppose the 0.0 default value should be should be re…
-
It's easy to overfit, so add some dropout layer could solved this problem?
-
Good afternoon everyone,
I trained the TVA GAN model for 200 epochs using the same parameters and using 1072 images for train (trainA -> thermal and trainB ->visual) and 460 images for validation fr…
-
import logging
import os
import json
import torch
from datasets import load_from_disk
from transformers import TrainingArguments
from trl import SFTTrainer
from unsloth import FastLanguageModel…