-
Updated
Jan 5, 2020 - Jupyter Notebook
#
visdom
Here are 35 public repositories matching this topic...
PyTorch tutorials and fun projects including neural talk, neural style, poem writing, anime generation (《深度学习框架PyTorch:入门与实战》)
deep-learning
jupyter-notebook
nn
pytorch
autograd
caption
gan
image-classification
tensorboard
tensor
neural-style
visdom
pytorch-tutorials
pytorch-tutorials-cn
charrnn
neuraltalk
A simplified implemention of Faster R-CNN that replicate performance from origin paper
-
Updated
Apr 28, 2020 - Jupyter Notebook
Deep Reinforcement Learning with pytorch & visdom
reinforcement-learning
deep-learning
deep-reinforcement-learning
pytorch
dqn
a3c
actor-critic
pytorch-a3c
acer
trpo
visdom
-
Updated
Feb 20, 2018 - Python
A Guidance on PyTorch Coding Style Based on Kaggle Dogs vs. Cats
-
Updated
Dec 27, 2018 - Python
Neural Turing Machine (NTM) & Differentiable Neural Computer (DNC) with pytorch & visdom
-
Updated
Feb 20, 2018 - Python
dpressel
commented
May 1, 2020
The methodology that was outline in the export.md is incredibly out-of-date. TensorFlow has official docker binaries now as well
Manage your machine learning experiments with trixi - modular, reproducible, high fashion. An experiment infrastructure optimized for PyTorch, but flexible enough to work for your framework and your tastes.
visualization
experiment
machine-learning
deep-neural-networks
deep-learning
example
logging
deep-reinforcement-learning
python3
pytorch
segmentation
python-3
deeplearning
visdom
u-net
pytorch-cnn
pytorch-visualization
experiment-infrastructure
visdom-logger
trixi
-
Updated
May 8, 2020 - Python
A pytorch implemented classifier for Multiple-Label classification
-
Updated
May 25, 2018 - Python
a lightweight and simple logger for Machine Learning
visualization
python
machine-learning
deep-learning
optimization
logging
pytorch
tensorboard
experiments
visdom
-
Updated
Dec 9, 2019 - Python
A PyTorch implementation of Compositional coding Capsule Network based on the paper "Compositional coding capsule network with k-means routing for text classification"
-
Updated
Jul 2, 2019 - Python
Several networks for segmentation like VNet or RefineNet implemented by PyTorch and Visdom
-
Updated
May 16, 2017 - Python
My experimentations with Reinforcement Learning in Pytorch
-
Updated
May 18, 2017 - Python
A PyTorch implementation of Parameter-sharing Capsule Network based on the paper "Evaluating Generalization Ability of Convolutional Neural Networks and Capsule Networks for Image Classification via Top-2 Classification"
-
Updated
Jun 4, 2019 - Python
Visdom Docker
-
Updated
Apr 27, 2020 - Python
banctilrobitaille
commented
Sep 7, 2019
Is your feature request related to a problem? Please describe.
Right now it is hard to debug the validation loop cause there is no way of bypassing the training loop.
Describe the solution you'd like
Ideally some options like quick_run or gradient norm inspection could be interesting
The pytvision package consists of my datasets, models, and image transformations methods for computer vision projects. This package also containing the synthetic render methods.
-
Updated
May 5, 2020 - Jupyter Notebook
Pytorch model for classification
deep-learning
mnist
classification
cifar10
visdom
cifar100
stl10
pytorch-classification
fer2013
pytroch
preactresnet
-
Updated
Apr 22, 2020 - Jupyter Notebook
Deep reinforcement learning implementations
reinforcement-learning
deep-reinforcement-learning
pytorch
a3c
deep-q-network
ddpg
cem
double-dqn
prioritized-replay
visdom
dueling-dqn
-
Updated
Aug 26, 2019 - Python
(In progress) Implementation of distributed prioritized experience replay with Ray and PyTorch
-
Updated
Jul 26, 2019 - Python
Extension modules for Pytorch
-
Updated
Apr 8, 2019 - Python
A utility for pytorch and visdom expirement metering and logging built on top of TNT.
-
Updated
Oct 21, 2019 - Python
Improve this page
Add a description, image, and links to the visdom topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the visdom topic, visit your repo's landing page and select "manage topics."
Hi,
it appears that the logic of https://github.com/pytorch/tnt/blob/master/torchnet/meter/confusionmeter.py#L44
implies if the prediction is 1-d, it is always considered as a row of prediction for different input data points, rather than for different categories of a single data point.
This behavior is somehow slightly different to the description in the documentation (https://tnt.readthedoc