dataislife
dataislife
Hi, Any idea about when the v2 will be released? 😃
Hi, Instead of using Bow or Boc, I was thinking it could be possible to map that for sentence embeddings. Any suggestions to get the algorithm to Converge? At the...
In main.py, the following function line 82 is raising an error: ```python def train(config, trainloader, devloader=None): current_time = datetime.now().strftime('%Y_%m_%d_%H_%M') checkpoint_directory = os.path.join( config['paths']['checkpoints_directory'], '{}{}/'.format(config['model']['name'], config['model']['config_id']) ``` This is due to...
Hi, It seems like you have trained the VAE on the whole dataset. **Wouldn't it be better to only train it on one class and then check the quality of...