abdrysdale / tinytorchtest

An object orientated tiny testing suite for pytorch, based on mltest for tensorflow.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Write tests for handling of positional arguments

abdrysdale opened this issue · comments

Write tests for BrianPurgh's implementation of positional arguments.

  • Write a positional argument neural network module.
  • Run test suite on positional argument on neural network module.

Tested and fixed _forward implementation.