//
Hi, my name is
Tanmay Agrawal
// and this page is under construction...class Human(nn.Module):
def __init__(self):
super(Human, self).__init__()
self.params = nn.ParameterDict({
def __init__(self):
super(Human, self).__init__()
self.params = nn.ParameterDict({
- 'name' : 'tanmay agrawal',
- 'age' : '24',
- 'education' : ['umass amherst', 'uc berkeley', 'srm chennai'],
- 'is_a(n)' : ['ai software engineer', 'research fellow'],
- 'loves' : '['brewing coffee', 'armchair philosophy', 'epistimology'],
- 'speaks' : ['english', 'hindi', 'urdu'],
- 'has_lived_in' : ['amherst', 'indore', 'chennai', 'berkeley', 'san jose', 'singapore'],
- 'can_be_found_on' : ['twitter', 'github', 'linkedin'],
- 'can_talk_about' : ['computer science', 'computer vision', 'ai safety'],